summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-03-31 00:57:02 +0200
committerpml68 <contact@pml68.dev>2025-03-31 00:58:24 +0200
commitd0e05b960cc626b7406582d61cc9a7cae485b915 (patch)
tree3735269efee53ef8104768c1c728bf7b57fa33a5 /Cargo.toml
parentci: add dependabot config file [skip ci] (diff)
downloadiced-builder-d0e05b960cc626b7406582d61cc9a7cae485b915.tar.gz
feat: remove GTK3 dependency
Diffstat (limited to '')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8702fc5..623bb62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,12 +19,15 @@ iced.workspace = true
iced_anim = { git = "https://github.com/pml68/iced_anim", features = ["derive"] }
iced_custom_highlighter = { git = "https://github.com/pml68/iced_custom_highlighter", branch = "master" }
iced_drop = { path = "iced_drop" }
+iced_dialog = { git = "https://github.com/pml68/iced_dialog", branch = "iced/personal" }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
toml = "0.8.20"
tokio = { version = "1.43", features = ["fs"] }
tokio-stream = { version = "0.1", features = ["fs"] }
-rfd = { version = "0.15.2", default-features = false, features = ["tokio", "gtk3"] }
+# TODO: enable tokio when it actually compiles
+# rfd = { version = "0.15.2", default-features = false, features = ["tokio", "xdg-portal"] }
+rfd = "0.15.3"
rust-format = "0.3.4"
fxhash = "0.2.1"
thiserror = "2.0.11"