diff --git a/ToDo b/ToDo new file mode 100644 index 0000000..26e6e8b --- /dev/null +++ b/ToDo @@ -0,0 +1 @@ +- De-/Serialize World diff --git a/space-crush-app/Cargo.toml b/space-crush-app/Cargo.toml index 405185c..e60530c 100644 --- a/space-crush-app/Cargo.toml +++ b/space-crush-app/Cargo.toml @@ -5,25 +5,18 @@ authors = ["Bergmann89 "] edition = "2018" [dependencies] -# futures = "0.3" gl = { version = "0.1", features = [ "use_log_crate" ] } glc = "0.1" glutin = { version = "0.25", features = [ "serde" ] } glyph_brush = "0.7" log = { version = "0.4", features = [ "max_level_trace", "release_max_level_warn" ] } log4rs = "0.13" -# num_cpus = "1.13" ordered-float = "2.0" -# rand = "0.7" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" -# serde_yaml = "0.8" shred = { version = "0.10", features = [ "shred-derive" ] } shrev = "1.1" smallvec = { version = "1.5", features = [ "serde" ] } space-crush-common = "0.1" specs = "0.16" thiserror = "1.0" -# tokio = "0.3" -# vfs = "0.4" -# vfs-zip = "0.2" diff --git a/space-crush-common/Cargo.toml b/space-crush-common/Cargo.toml index 102240d..a911214 100644 --- a/space-crush-common/Cargo.toml +++ b/space-crush-common/Cargo.toml @@ -5,24 +5,13 @@ authors = ["Bergmann89 "] edition = "2018" [dependencies] -# futures = "0.3" -# gl = { version = "0.1", features = [ "use_log_crate" ] } glc = "0.1" -# glutin = { version = "0.25", features = [ "serde" ] } -# glyph_brush = "0.7" log = { version = "0.4", features = [ "max_level_trace", "release_max_level_warn" ] } log4rs = "0.13" -# num_cpus = "1.13" -# ordered-float = "2.0" -# rand = "0.7" -# serde = { version = "1.0", features = ["derive"] } -# serde_json = "1.0" serde_yaml = "0.8" shred = { version = "0.10", features = [ "shred-derive" ] } shrev = "1.1" -# smallvec = { version = "1.5", features = [ "serde" ] } specs = "0.16" thiserror = "1.0" -# tokio = "0.3" vfs = "0.4" vfs-zip = "0.2" diff --git a/space-crush-server/Cargo.toml b/space-crush-server/Cargo.toml index 51d6b36..e2de4ca 100644 --- a/space-crush-server/Cargo.toml +++ b/space-crush-server/Cargo.toml @@ -5,24 +5,3 @@ authors = ["Bergmann89 "] edition = "2018" [dependencies] -# futures = "0.3" -# gl = { version = "0.1", features = [ "use_log_crate" ] } -# glc = "0.1" -# glutin = { version = "0.25", features = [ "serde" ] } -# glyph_brush = "0.7" -# log = { version = "0.4", features = [ "max_level_trace", "release_max_level_warn" ] } -# log4rs = "0.13" -# num_cpus = "1.13" -# ordered-float = "2.0" -# rand = "0.7" -# serde = { version = "1.0", features = ["derive"] } -# serde_json = "1.0" -# serde_yaml = "0.8" -# shred = { version = "0.10", features = [ "shred-derive" ] } -# shrev = "1.1" -# smallvec = { version = "1.5", features = [ "serde" ] } -# specs = "0.16" -# thiserror = "1.0" -# tokio = "0.3" -# vfs = "0.4" -# vfs-zip = "0.2"