mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Create the type layout
Everything typechecks, but nothing is implemented
This commit is contained in:
@@ -72,3 +72,7 @@ percent-encoding = "1.0"
|
||||
|
||||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "windows"))'.dependencies.parking_lot]
|
||||
version = "0.7"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies.stdweb]
|
||||
version = "0.4.13"
|
||||
optional = true
|
||||
|
||||
Reference in New Issue
Block a user