fix: rustix fs feature

This commit is contained in:
Ashley Wulber 2026-04-01 12:41:45 -04:00 committed by Ashley Wulber
parent 375b24c3c4
commit e981b9c312

View file

@ -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