mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
12 lines
253 B
TOML
12 lines
253 B
TOML
[workspace]
|
|
members = [
|
|
"run-wasm",
|
|
"winit",
|
|
"winit-core"
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
serde = { version = "1", features = ["serde_derive"] }
|
|
winit-core = { path = "./winit-core", default-features = false, features = ["std"] }
|