|
@ -8,7 +8,6 @@ edition = "2021" |
|
|
members = [ |
|
|
members = [ |
|
|
"entity", |
|
|
"entity", |
|
|
"maps", |
|
|
"maps", |
|
|
"common", |
|
|
|
|
|
"networking", |
|
|
"networking", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -16,7 +15,6 @@ members = [ |
|
|
libpso = { git = "http://git.sharnoth.com/jake/libpso" } |
|
|
libpso = { git = "http://git.sharnoth.com/jake/libpso" } |
|
|
entity = { path = "./entity" } |
|
|
entity = { path = "./entity" } |
|
|
maps = { path = "./maps" } |
|
|
maps = { path = "./maps" } |
|
|
common = { path = "./common" } |
|
|
|
|
|
networking = { path = "./networking" } |
|
|
networking = { path = "./networking" } |
|
|
async-std = { version = "1.9.0", features = ["unstable", "attributes"] } |
|
|
async-std = { version = "1.9.0", features = ["unstable", "attributes"] } |
|
|
futures = "0.3.5" |
|
|
futures = "0.3.5" |
|
@ -50,7 +48,6 @@ anyhow = { version = "1.0.68", features = ["backtrace"] } |
|
|
libpso = { git = "http://git.sharnoth.com/jake/libpso" } |
|
|
libpso = { git = "http://git.sharnoth.com/jake/libpso" } |
|
|
entity = { path = "./entity" } |
|
|
entity = { path = "./entity" } |
|
|
maps = { path = "./maps" } |
|
|
maps = { path = "./maps" } |
|
|
common = { path = "./common" } |
|
|
|
|
|
networking = { path = "./networking" } |
|
|
networking = { path = "./networking" } |
|
|
async-std = { version = "1.9.0", features = ["unstable", "attributes"] } |
|
|
async-std = { version = "1.9.0", features = ["unstable", "attributes"] } |
|
|
futures = "0.3.5" |
|
|
futures = "0.3.5" |
|
|