1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

bundler ready

This commit is contained in:
2022-01-31 17:35:36 +08:00
parent 6a9dbb4a19
commit 449fb69d75
16 changed files with 501 additions and 311 deletions

17
neutauri.toml.example Normal file
View File

@ -0,0 +1,17 @@
# Neutauri Config
## Source and Target
source = "web_src"
target = "neutauri_demo"
## Window
always_on_top = false
decorations = true
fullscreen = false
inner_size = "Small" ## "Small", "Medium", "Large"
maximized = false
resizable = true
spa = false
title = "Neutauri Demo"
transparent = false
visible = true