Skip to content

Commit

Permalink
Enable the wayland-dlopen winit feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Mar 13, 2024
1 parent c4119d5 commit bf39738
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ wgpu = { git = "https://github.com/gfx-rs/wgpu" }
winit = { git = "https://github.com/rust-windowing/winit/", features = [
"android-native-activity",
"rwh_06",
"wayland"
"wayland",
"wayland-dlopen",
], default-features = false }

[target.'cfg(not(any(target_os = "android", target_family = "wasm")))'.dependencies]
Expand Down

0 comments on commit bf39738

Please sign in to comment.