Add web page to display during the wasm bundle

This commit is contained in:
2024-04-12 14:32:15 +02:00
parent 78cb65e054
commit df33e94a12
4 changed files with 248 additions and 3 deletions

View File

@@ -3,14 +3,14 @@ name = "beau-gosse-du-92"
default_platform = "desktop"
[web.app]
name = "beau-gosse-du-92"
title = "BG92"
[web.watcher]
reload_html = true
watch_path = ["src", "font"]
watch_path = ["public/index.html", "public/assets/index.css", "src"]
[web.resource]
script = []
style = ["assets/index.css"]
[web.resource.dev]
style = []