mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 22:30:04 -04:00
chore: Move most of keyboard.rs to winit-core
Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
@@ -16,7 +16,9 @@ rust-version = "1.70.0"
|
||||
default = ["std"]
|
||||
std = ["alloc"]
|
||||
alloc = []
|
||||
serde = ["dep:serde"]
|
||||
serde = ["dep:serde", "smol_str/serde"]
|
||||
|
||||
[dependencies]
|
||||
bitflags.workspace = true
|
||||
serde = { workspace = true, optional = true }
|
||||
smol_str.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user