|
@@ -15,7 +15,7 @@ keywords = ["dom", "ui", "gui", "react"]
|
|
dioxus-core = { workspace = true, features = ["serialize"] }
|
|
dioxus-core = { workspace = true, features = ["serialize"] }
|
|
dioxus-html = { workspace = true, features = ["serialize", "native-bind"] }
|
|
dioxus-html = { workspace = true, features = ["serialize", "native-bind"] }
|
|
dioxus-interpreter-js = { workspace = true }
|
|
dioxus-interpreter-js = { workspace = true }
|
|
-# dioxus-hot-reload = { workspace = true, optional = true }
|
|
|
|
|
|
+dioxus-hot-reload = { workspace = true, optional = true }
|
|
|
|
|
|
serde = "1.0.136"
|
|
serde = "1.0.136"
|
|
serde_json = "1.0.79"
|
|
serde_json = "1.0.79"
|
|
@@ -51,12 +51,12 @@ objc_id = "0.1.1"
|
|
core-foundation = "0.9.3"
|
|
core-foundation = "0.9.3"
|
|
|
|
|
|
[features]
|
|
[features]
|
|
-default = ["tokio_runtime"]
|
|
|
|
|
|
+default = ["tokio_runtime", "hot-reload"]
|
|
tokio_runtime = ["tokio"]
|
|
tokio_runtime = ["tokio"]
|
|
fullscreen = ["wry/fullscreen"]
|
|
fullscreen = ["wry/fullscreen"]
|
|
transparent = ["wry/transparent"]
|
|
transparent = ["wry/transparent"]
|
|
tray = ["wry/tray"]
|
|
tray = ["wry/tray"]
|
|
-# hot-reload = ["dioxus-hot-reload"]
|
|
|
|
|
|
+hot-reload = ["dioxus-hot-reload"]
|
|
|
|
|
|
[dev-dependencies]
|
|
[dev-dependencies]
|
|
dioxus-core-macro = { workspace = true }
|
|
dioxus-core-macro = { workspace = true }
|