fix: rustix fs feature
This commit is contained in:
parent
375b24c3c4
commit
e981b9c312
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue