|
@@ -19,10 +19,10 @@ asset_dir = "public"
|
|
# HTML title tag content
|
|
# HTML title tag content
|
|
title = "Dioxus | An elegant GUI library for Rust"
|
|
title = "Dioxus | An elegant GUI library for Rust"
|
|
|
|
|
|
-index_on_404 = true
|
|
|
|
-
|
|
|
|
[web.watcher]
|
|
[web.watcher]
|
|
|
|
|
|
|
|
+index_on_404 = true
|
|
|
|
+
|
|
watch_path = ["src"]
|
|
watch_path = ["src"]
|
|
|
|
|
|
# include `assets` in web platform
|
|
# include `assets` in web platform
|
|
@@ -44,4 +44,4 @@ script = []
|
|
|
|
|
|
available = true
|
|
available = true
|
|
|
|
|
|
-required = []
|
|
|
|
|
|
+required = []
|