refactored window storage;
new helper window events (Destroyed, Created); clippy + fmt;
This commit is contained in:
parent
633f405f3f
commit
d53ccc857d
56 changed files with 1508 additions and 1819 deletions
|
|
@ -20,5 +20,8 @@ optional = true
|
|||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
instant = "0.1"
|
||||
|
||||
[target.'cfg(windows)'.dependencies.raw-window-handle]
|
||||
version = "0.5.2"
|
||||
|
||||
[dev-dependencies]
|
||||
approx = "0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue