Skip to content

Commit

Permalink
fix serde
Browse files Browse the repository at this point in the history
  • Loading branch information
aggyomfg committed Jul 21, 2024
1 parent 949fef0 commit b9e7b0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ features = [

[dependencies]
bevy = { version = "0.14", default-features = false }
serde = "1"
serde = { version = "1", features = ["derive"] }
byteorder = "1"
bincode = { version = "1", optional = true }
dashmap = { version = "6", optional = true }
Expand All @@ -50,9 +50,6 @@ server = []
[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen-futures = "0.4.29"

[dev-dependencies]
serde = { version = "1", features = ["derive"] }

[[example]]
name = "hello_world_tcp"
path = "examples/hello_world_tcp.rs"
Expand Down

0 comments on commit b9e7b0b

Please sign in to comment.