Skip to content

Commit

Permalink
deps: Use raw-window-handle 0.6.0 (#227)
Browse files Browse the repository at this point in the history
We don't need to force the usage of 0.5.0.
  • Loading branch information
waywardmonkeys authored Apr 28, 2024
1 parent 235fbb7 commit d513e33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
22 changes: 7 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license = "Apache-2.0"
xilem_core = { version = "0.1.0", path = "crates/xilem_core" }
masonry = { version = "0.1.0", path = "crates/masonry" }
kurbo = "0.11.0"
winit = { version = "0.29", features = ["rwh_05"] }
winit = "0.29"
parley = { git = "https://github.com/linebender/parley", rev = "9a519ba644eda13783a7326539dd0305dc206ba8" }
vello = { git = "https://github.com/linebender/vello/", rev = "b520a35addfa6bbb37d93491d2b8236528faf3b5" }

Expand Down Expand Up @@ -70,4 +70,4 @@ bitflags = "2"
tracing = "0.1.37"
fnv = "1.0.7"
instant = { version = "0.1.6", features = ["wasm-bindgen"] }
winit = { version = "0.29", features = ["rwh_05"] }
winit = "0.29"

0 comments on commit d513e33

Please sign in to comment.