-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDioxus.toml
More file actions
46 lines (32 loc) · 803 Bytes
/
Copy pathDioxus.toml
File metadata and controls
46 lines (32 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[application]
# dioxus project name
name = "Dev Widgets"
# Web `build` & `serve` dist path
out_dir = "dist"
# resource (static) file folder
asset_dir = "public"
[web.app]
# HTML title tag content
title = "Dev Widgets"
[web.watcher]
watch_path = ["src", "index.html"]
reload_html = true
index_on_404 = true
# include `assets` in web platform
[web.resource]
# CSS style file
style = []
# Javascript code file
script = []
[web.resource.dev]
# Javascript code file
# serve: [dev-server] only
script = []
[application.tools]
[bundle]
identifier = "com.esimkowitz.devwidgets"
publisher = "Evan Simkowitz"
resources = ["public/**/*"]
copyright = "Copyright (c) Evan Simkowitz 2024. All rights reserved."
category = "Developer Tool"
short_description = "A set of helpful widgets written in Rust."