breaking: Use raw-window-handle version 0.6
Signed-off-by: John Nunley <dev@notgull.net> Co-Authored-By: dAxpeDDa <daxpedda@gmail.com>
This commit is contained in:
parent
18c944736e
commit
0bcd2e22a2
22 changed files with 830 additions and 628 deletions
|
|
@ -26,7 +26,7 @@ x11-dlopen = ["tiny-xlib/dlopen", "x11rb/dl-libxcb"]
|
|||
|
||||
[dependencies]
|
||||
log = "0.4.17"
|
||||
raw-window-handle = "0.5.0"
|
||||
raw_window_handle = { package = "raw-window-handle", version = "0.6", features = ["std"] }
|
||||
|
||||
[target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies]
|
||||
as-raw-xcb-connection = { version = "1.0.0", optional = true }
|
||||
|
|
@ -79,7 +79,7 @@ cfg_aliases = "0.1.1"
|
|||
colorous = "1.0.12"
|
||||
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
|
||||
instant = "0.1.12"
|
||||
winit = "0.28.1"
|
||||
winit = "0.29.2"
|
||||
winit-test = "0.1.0"
|
||||
|
||||
[dev-dependencies.image]
|
||||
|
|
@ -119,3 +119,4 @@ targets = [
|
|||
"x86_64-unknown-linux-gnu",
|
||||
"wasm32-unknown-unknown",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue