Load and save level

This commit is contained in:
2020-11-28 23:25:29 +01:00
parent 483645dcc5
commit 62ec222749
13 changed files with 305 additions and 47 deletions

View File

@@ -12,6 +12,7 @@ cgmath = "0.17.0"
winit = "0.22.2"
image = "0.23.6"
serde = "1.0.114"
serde_json = "1.0.59"
serde_derive = "1.0.114"
toml = "0.5.6"
gilrs = "0.7.4"