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
47
48
49
[]
# Web `build` & `serve` dist path
= "dist"
# resource (static) file folder
= "public"
[]
# The level wasm-opt should target. z is the smallest. 4 is the fastest.
= "4"
[]
# HTML title tag content
= "Dioxus | An elegant GUI library for Rust"
[]
= true
= ["src", "examples"]
[]
# Bundle identifier
= "io.github.{{project-name}}"
# Bundle publisher
= "{{project-name}}"
# Bundle icon
= ["icons/icon.png"]
# Bundle resources
= ["public/*"]
# Bundle copyright
= ""
# Bundle category
= "Utility"
# Bundle short description
= "An amazing dioxus application."
# Bundle long description
= """
An amazing dioxus application.
"""