Make Arc<EguiState> persistable

This commit is contained in:
Robbert van der Helm
2022-07-13 23:13:15 +02:00
parent b9c1a4e5e1
commit b6720383a3
3 changed files with 24 additions and 2 deletions

View File

@@ -21,3 +21,5 @@ egui = "0.17"
egui-baseview = { git = "https://github.com/robbert-vdh/egui-baseview.git", branch = "fix/update-dependencies" }
lazy_static = "1.4"
parking_lot = "0.12"
# To make the state persistable
serde = { version = "1.0", features = ["derive"] }