Skip to content

Commit

Permalink
upgrade winit to 0.30.8
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdatco committed Jan 12, 2025
1 parent dae1472 commit db6c1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ crate-type = ["cdylib"]
lto = "fat"

[features]
default = ["metal", "window"]
metal = ["skia-safe/metal", "dep:metal", "dep:raw-window-handle", "dep:raw-window-metal", "dep:core-graphics-types", "dep:cocoa", "dep:objc"]
vulkan = ["skia-safe/vulkan", "winit/rwh_05", "dep:ash", "dep:vulkano"]
window = ["dep:winit", "dep:spin_sleep"]
Expand Down Expand Up @@ -44,5 +43,5 @@ cocoa = { version = "0.26.0", optional = true }
objc = { version = "0.2.7", optional = true }

# window
winit = { version = '0.30.7', features = ["serde"], optional = true }
winit = { version = '0.30.8', features = ["serde"], optional = true }
spin_sleep = {version = "1.2.1", optional = true }

0 comments on commit db6c1c5

Please sign in to comment.