|
@@ -10,12 +10,10 @@ tui = { version = "0.16.0", features = ["crossterm"], default-features = false }
|
|
|
crossterm = "0.22.1"
|
|
|
anyhow = "1.0.42"
|
|
|
thiserror = "1.0.24"
|
|
|
-# dioxus = { path = "../../dioxus" }
|
|
|
-dioxus = { version = "0.1.7" }
|
|
|
+dioxus = "0.1.7"
|
|
|
hecs = "0.7.3"
|
|
|
ctrlc = "3.2.1"
|
|
|
bumpalo = { version = "3.8.0", features = ["boxed"] }
|
|
|
-# stretch2 = { path = "../../Tinkering/stretch2" }
|
|
|
tokio = { version = "1.15.0", features = ["full"] }
|
|
|
futures = "0.3.19"
|
|
|
stretch2 = { git = "https://github.com/DioxusLabs/stretch" }
|