mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
As winit no longer owns some of the types this requires some adjustments in the Wayland backend. Signed-off-by: John Nunley <dev@notgull.net>
15 lines
309 B
TOML
15 lines
309 B
TOML
[workspace]
|
|
members = [
|
|
"run-wasm",
|
|
"winit",
|
|
"winit-core"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
bitflags = "2"
|
|
cursor-icon = "1.1.0"
|
|
serde = { version = "1", features = ["serde_derive"] }
|
|
smol_str = "0.2.0"
|
|
winit-core = { path = "./winit-core", default-features = false, features = ["std"] }
|