@@ -131,7 +131,7 @@ indicatif = "0.18"
131131itertools = { version = " 0.14" }
132132jobserver = " 0.1"
133133ktx2 = " 0.4"
134- libc = { version = " 0.2.168 " , default-features = false }
134+ libc = { version = " 0.2.172 " , default-features = false }
135135# See https://github.com/rust-fuzz/libfuzzer/issues/126
136136libfuzzer-sys = " >0.4.0,<=0.4.7"
137137libloading = " 0.8"
@@ -165,7 +165,7 @@ pp-rs = "0.2.1"
165165profiling = { version = " 1.0.1" , default-features = false }
166166quote = " 1.0.38"
167167raw-window-handle = { version = " 0.6.2" , default-features = false }
168- rwh_05 = { version = " 0.5.2" , package = " raw-window-handle" } # temporary compatibility for glutin-winit
168+ rwh_05 = { version = " 0.5.2" , package = " raw-window-handle" } # temporary compatibility for glutin-winit
169169rayon = " 1.3"
170170regex-lite = " 0.1"
171171renderdoc-sys = " 1"
@@ -209,7 +209,7 @@ gpu-descriptor = "0.3.2"
209209gpu-allocator = { version = " 0.27" , default-features = false }
210210range-alloc = " 0.1"
211211mach-dxcompiler-rs = { version = " 0.1.4" , default-features = false } # remember to increase max_shader_model if applicable
212- windows-core = { version = " 0.58 " , default-features = false }
212+ windows-core = { version = " 0.59 " , default-features = false }
213213
214214# Gles dependencies
215215khronos-egl = " 6"
@@ -219,7 +219,7 @@ glutin-winit = { version = "0.4", default-features = false }
219219glutin_wgl_sys = " 0.6"
220220
221221# DX12 and GLES dependencies
222- windows = { version = " 0.58 " , default-features = false }
222+ windows = { version = " 0.59 " , default-features = false }
223223
224224# wasm32 dependencies
225225console_error_panic_hook = " 0.1.5"
@@ -240,7 +240,7 @@ deno_webidl = "0.192.0"
240240deno_webgpu = { version = " 0.157.0" , path = " ./deno_webgpu" }
241241deno_unsync = " 0.4.2"
242242deno_error = " 0.5.5"
243- tokio = " 1.39 "
243+ tokio = " 1.47 "
244244termcolor = " 1.1.3"
245245
246246# android dependencies
@@ -250,6 +250,9 @@ ndk-sys = "0.6"
250250[patch .crates-io ]
251251wgpu = { path = " ./wgpu" }
252252
253+ # https://github.com/Traverse-Research/gpu-allocator/pull/258
254+ gpu-allocator = { git = " https://github.com/Traverse-Research/gpu-allocator" , rev = " 955b13a" }
255+
253256[profile .release ]
254257lto = " thin"
255258debug = true
0 commit comments