@@ -38,24 +38,24 @@ thiserror = "1"
38
38
gpu-alloc = { version = " 0.3" , features = [" tracing" ] }
39
39
gpu-descriptor = { version = " 0.1" , features = [" tracing" ] }
40
40
41
- hal = { package = " gfx-hal" , git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " }
42
- gfx-backend-empty = { git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " }
41
+ hal = { package = " gfx-hal" , git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " }
42
+ gfx-backend-empty = { git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " }
43
43
44
44
[target .'cfg(all(not(target_arch = "wasm32"), all(unix, not(target_os = "ios"), not(target_os = "macos"))))' .dependencies ]
45
- gfx-backend-vulkan = { git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " , features = [" naga" ] }
46
- gfx-backend-gl = { git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " }
45
+ gfx-backend-vulkan = { git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " , features = [" naga" ] }
46
+ gfx-backend-gl = { git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " }
47
47
48
48
[target .'cfg(all(not(target_arch = "wasm32"), any(target_os = "ios", target_os = "macos")))' .dependencies ]
49
- gfx-backend-metal = { git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " }
50
- gfx-backend-vulkan = { git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " , optional = true }
49
+ gfx-backend-metal = { git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " }
50
+ gfx-backend-vulkan = { git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " , optional = true }
51
51
52
52
[target .'cfg(all(not(target_arch = "wasm32"), windows))' .dependencies ]
53
- gfx-backend-dx12 = { git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " }
54
- gfx-backend-dx11 = { git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " }
55
- gfx-backend-vulkan = { git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " , features = [" naga" ] }
53
+ gfx-backend-dx12 = { git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " }
54
+ gfx-backend-dx11 = { git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " }
55
+ gfx-backend-vulkan = { git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " , features = [" naga" ] }
56
56
57
57
[target .'cfg(target_arch = "wasm32")' .dependencies ]
58
- gfx-backend-gl = { git = " https://github.com/gfx-rs/gfx" , rev = " a76e68713ff46f0e5a3d0c31516e20d18bf0a3ce " }
58
+ gfx-backend-gl = { git = " https://github.com/gfx-rs/gfx" , rev = " 0a201d1c406b5119ec11068293a40e50ec0be4c8 " }
59
59
60
60
[dependencies .naga ]
61
61
git = " https://github.com/gfx-rs/naga"
0 commit comments