Skip to content

Commit

Permalink
Move serde/derive to build-dependencies
Browse files Browse the repository at this point in the history
No need to force dependents to have the feature
  • Loading branch information
johanhelsing committed Nov 2, 2023
1 parent da8c7f3 commit 03f6467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ bevy = { version = "0.11", default-features = false, features = [
"bevy_render",
"bevy_ui"
] }
serde = { version = "^1", optional = true }

[build-dependencies]
serde = { version = "^1", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 03f6467

Please sign in to comment.