adding rfd to cargo.toml
This commit is contained in:
parent
f6ee855289
commit
b0b7926f95
2 changed files with 1368 additions and 3 deletions
1370
Cargo.lock
generated
1370
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -31,6 +31,7 @@ tar = "0.4.40"
|
||||||
zstd = "0.12.4"
|
zstd = "0.12.4"
|
||||||
serde_json = "1.0.104"
|
serde_json = "1.0.104"
|
||||||
fastrand = "2.0.0"
|
fastrand = "2.0.0"
|
||||||
|
rfd = { version = "0.12.0", features = ["xdg-portal", "glib-sys", "gobject-sys", "gtk-sys"], default-features = false }
|
||||||
# sqlx = { version = "0.6.3", features = ["sqlite", "runtime-async-std"] }
|
# sqlx = { version = "0.6.3", features = ["sqlite", "runtime-async-std"] }
|
||||||
# ffmpeg-next = "6.0.0"
|
# ffmpeg-next = "6.0.0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue