Added initial window module functionality. (#57)

This commit is contained in:
bicarlsen 2024-07-23 09:35:07 +02:00 committed by GitHub
parent 125136ae79
commit 9c3cd94275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 931 additions and 29 deletions

View file

@ -24,9 +24,11 @@ wasm-bindgen-test = "0.3.42"
all-features = true
[features]
all = ["core", "event"]
all = ["core", "dpi", "event", "window"]
core = []
dpi = []
event = ["dep:futures"]
window = ["dpi", "event"]
[workspace]
members = ["examples/test", "examples/test/src-tauri"]