diff --git a/Cargo.toml b/Cargo.toml index 745162b..9128e5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,6 @@ categories = ["network-programming", "game-development"] repository = "https://git.tipragot.fr/tipragot/bevnet" [dependencies] -bevy = "0.10.1" -bincode = "1.3.3" -const-fnv1a-hash = "1.1.0" -dashmap = "5.4.0" serde = { version = "1.0.160", features = ["derive"] } +bincode = "1.3.3" +bevy = "0.10.1"