adding rfd to cargo.toml

This commit is contained in:
Chris Cochrun 2023-09-21 17:12:36 -05:00
parent 93eb25f74e
commit b2eeb04855
2 changed files with 1 additions and 167 deletions

View file

@ -31,7 +31,7 @@ tar = "0.4.40"
zstd = "0.12.4"
serde_json = "1.0.104"
fastrand = "2.0.0"
rfd = { version = "0.12.0", features = ["xdg-portal", "glib-sys", "gobject-sys", "gtk-sys"], default-features = false }
rfd = { version = "0.12.0", features = ["xdg-portal"], default-features = false }
# sqlx = { version = "0.6.3", features = ["sqlite", "runtime-async-std"] }
# ffmpeg-next = "6.0.0"