From e981b9c312b6526eadb57393a398d1d53a6f2c60 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 1 Apr 2026 12:41:45 -0400 Subject: [PATCH] fix: rustix fs feature --- wgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 944fdb3e..48fca1b8 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -49,7 +49,7 @@ resvg.optional = true [target.'cfg(all(unix, not(target_os = "macos"), not(target_os = "redox")))'.dependencies] -rustix = { version = "0.38" } +rustix = { version = "0.38", features = ["fs"] } raw-window-handle.workspace = true cctk.workspace = true cctk.optional = true