First try of making reactive state external using UseRw

This commit is contained in:
2023-08-09 22:54:32 +02:00
parent 2bbee1633f
commit 22ef914304
4 changed files with 60 additions and 36 deletions

View File

@@ -19,6 +19,7 @@ tracing-subscriber = "0.3.17"
dioxus-free-icons = { version = "0.7.0", features = ["material-design-icons-navigation", "ionicons"] }
thiserror = "1.0.44"
turf = "0.5.0"
dioxus-std = { version = "0.4.0", features = ["utils"] }
[build]
target = "x86_64-unknown-linux-gnu"