mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
parent
80d237725e
commit
5a2e60c50e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1430,7 +1430,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "naga"
|
||||
version = "0.10.0"
|
||||
source = "git+https://github.com/gfx-rs/naga?rev=e7fc8e6#e7fc8e64f2f23397b149217ecce6e123c5aa5092"
|
||||
source = "git+https://github.com/gfx-rs/naga?rev=e98bd92#e98bd9264c3a6b04dff15a6b1213c0c80201740a"
|
||||
dependencies = [
|
||||
"bit-set",
|
||||
"bitflags",
|
||||
|
@ -39,7 +39,7 @@ path = "./wgpu-hal"
|
||||
|
||||
[workspace.dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "e7fc8e6"
|
||||
rev = "e98bd92"
|
||||
version = "0.10"
|
||||
|
||||
[workspace.dependencies]
|
||||
|
@ -67,7 +67,7 @@ thiserror = "1"
|
||||
|
||||
[dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "e7fc8e6"
|
||||
rev = "e98bd92"
|
||||
version = "0.10"
|
||||
features = ["clone", "span", "validate"]
|
||||
|
||||
|
@ -111,14 +111,14 @@ android_system_properties = "0.1.1"
|
||||
|
||||
[dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "e7fc8e6"
|
||||
rev = "e98bd92"
|
||||
version = "0.10"
|
||||
features = ["clone"]
|
||||
|
||||
# DEV dependencies
|
||||
[dev-dependencies.naga]
|
||||
git = "https://github.com/gfx-rs/naga"
|
||||
rev = "e7fc8e6"
|
||||
rev = "e98bd92"
|
||||
version = "0.10"
|
||||
features = ["wgsl-in"]
|
||||
|
||||
|
@ -853,7 +853,6 @@ fn shadow() {
|
||||
optional_features: wgpu::Features::default(),
|
||||
base_test_parameters: framework::test_common::TestParameters::default()
|
||||
.downlevel_flags(wgpu::DownlevelFlags::COMPARISON_SAMPLERS)
|
||||
.specific_failure(Some(wgpu::Backends::GL), None, Some("ANGLE"), false)
|
||||
// rpi4 on VK doesn't work: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3916
|
||||
.specific_failure(Some(wgpu::Backends::VULKAN), None, Some("V3D"), false)
|
||||
// llvmpipe versions in CI are flaky: https://github.com/gfx-rs/wgpu/issues/2594
|
||||
|
Loading…
Reference in New Issue
Block a user