Skip to content

Commit

Permalink
bump to latest wgpu-core
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored and kvark committed Oct 4, 2021
1 parent 78747e5 commit b4dd62d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 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 @@ -23,15 +23,15 @@ default = []
[dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "8fa3ca731bb5e0d54366ae4e28dfd14cb8483444"
rev = "c3d906856f11821ab75f7318089704c20922359d"
# path = "../wgpu/wgpu-core"
version = "0.10"
features = ["raw-window-handle", "trace"]

[dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "8fa3ca731bb5e0d54366ae4e28dfd14cb8483444"
rev = "c3d906856f11821ab75f7318089704c20922359d"
# path = "../wgpu/wgpu-types"
version = "0.10"

Expand Down
1 change: 1 addition & 0 deletions src/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub unsafe extern "C" fn wgpuInstanceRequestAdapter(
&wgt::RequestAdapterOptions {
power_preference,
compatible_surface,
force_fallback_adapter: false,
},
wgc::instance::AdapterInputs::Mask(backend_bits, |_| PhantomData),
)
Expand Down

0 comments on commit b4dd62d

Please sign in to comment.