Skip to content

Commit

Permalink
Enable default features for winit so it'll work on more platforms by …
Browse files Browse the repository at this point in the history
…default.
  • Loading branch information
cabrownlie committed Jan 26, 2024
1 parent 4eb8a99 commit 7b60a16
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 4 deletions.
141 changes: 141 additions & 0 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ opt-level = 1
opt-level = 3

[dependencies]
winit = { version = "0.29.10", default-features = false, features = [
"wayland",
"rwh_06",
] }
winit = "0.29.10"
wgpu = "0.19.1"
tokio = { version = "1.35.1", features = ["full"] }
bytemuck = "1.14.1"

0 comments on commit 7b60a16

Please sign in to comment.