actually this shouldn't be needed
This commit is contained in:
parent
fbeaf5e93e
commit
5bf9ef59bf
@ -8,7 +8,6 @@ edition = "2021"
|
||||
members = [
|
||||
"entity",
|
||||
"maps",
|
||||
"common",
|
||||
"networking",
|
||||
]
|
||||
|
||||
@ -16,7 +15,6 @@ members = [
|
||||
libpso = { git = "http://git.sharnoth.com/jake/libpso" }
|
||||
entity = { path = "./entity" }
|
||||
maps = { path = "./maps" }
|
||||
common = { path = "./common" }
|
||||
networking = { path = "./networking" }
|
||||
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
|
||||
futures = "0.3.5"
|
||||
@ -50,7 +48,6 @@ anyhow = { version = "1.0.68", features = ["backtrace"] }
|
||||
libpso = { git = "http://git.sharnoth.com/jake/libpso" }
|
||||
entity = { path = "./entity" }
|
||||
maps = { path = "./maps" }
|
||||
common = { path = "./common" }
|
||||
networking = { path = "./networking" }
|
||||
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
|
||||
futures = "0.3.5"
|
||||
|
@ -1,8 +0,0 @@
|
||||
[package]
|
||||
name = "common"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
[dependencies]
|
||||
derive_more = { workspace = true }
|
@ -4,7 +4,6 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
common = { workspace = true }
|
||||
byteorder = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user