Skip to content

Commit

Permalink
reduced PR scope: removed winit's Key and its impacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Nov 22, 2023
1 parent 1318e23 commit 9c7a452
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 1,177 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["bevy"]

[features]
default = []
serialize = ["serde", "smol_str/serde"]
serialize = ["serde"]

[dependencies]
# bevy
Expand All @@ -25,7 +25,6 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.12.0", features = [
# other
serde = { version = "1", features = ["derive"], optional = true }
thiserror = "1.0"
smol_str = "0.2"

[dev-dependencies]
bevy = { path = "../../", version = "0.12.0" }
Expand Down
Loading

0 comments on commit 9c7a452

Please sign in to comment.