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