-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDioxus.toml
More file actions
37 lines (32 loc) · 731 Bytes
/
Dioxus.toml
File metadata and controls
37 lines (32 loc) · 731 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
[application]
asset_dir = "assets"
out_dir = "dist"
[web.app]
title = "tpl-dioxus"
[web.resource]
style = []
script = []
[web.resource.dev]
script = []
[bundle]
identifier = "com.shiki.tpl-dioxus"
publisher = "shiki"
copyright = "Copyright © 2025 shiki"
category = "DeveloperTools"
short_description = "Dioxus Desktop App Template"
long_description = "A template for building desktop applications using Dioxus and Rust."
resources = [
"assets/*",
"icons/*",
]
icon = [
"icons/32x32.ico",
"icons/128x128.ico",
"icons/512x512.ico",
"icons/favicon.ico"
]
[bundle.windows]
webview_install_mode = { EmbedBootstrapper = { silent = true } }
icon_path = "icons/favicon.ico"
allow_downgrades = true
tsp = true