mirror of
https://github.com/Astatin3/rushroom.git
synced 2026-06-09 00:28:01 -06:00
Add serde serialisation
This commit is contained in:
+1
-1
@@ -12,8 +12,8 @@ eframe = { version = "0.29.1", features = [
|
||||
"persistence",]}
|
||||
|
||||
egui = { version = "0.29.1", features = ["callstack", "default", "log"] }
|
||||
erased-serde = "0.4.5"
|
||||
glam = "0.29.2"
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
typetag = "0.2.18"
|
||||
|
||||
Reference in New Issue
Block a user