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