summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-21 14:21:48 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-22 08:32:41 +0100
commit84fcb24333cdaedd017b03129481ec170a8cba41 (patch)
tree8512f9a151391cd634a774726be124fd9b74bdf9 /Cargo.toml
parentchore: add mailmap (diff)
downloadiced-builder-84fcb24333cdaedd017b03129481ec170a8cba41.tar.gz
chore: update deps
Diffstat (limited to '')
-rw-r--r--Cargo.toml44
1 files changed, 22 insertions, 22 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f5de54a..78b6a47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,44 +28,44 @@ iced.features = [
iced_widget = "0.14.0-dev"
iced_material.git = "https://git.sr.ht/~pml68/iced_material"
-iced_material.branch = "iced/personal"
+iced_material.branch = "master"
iced_material.features = ["animate", "serde", "dialog", "svg"]
-iced_anim.git = "https://github.com/pml68/iced_anim"
-iced_anim.branch = "main"
+iced_anim.git = "https://github.com/BradySimon/iced_anim"
+iced_anim.branch = "iced/master"
iced_anim.features = ["derive"]
iced_dialog.git = "https://git.sr.ht/~pml68/iced_dialog"
-iced_dialog.branch = "iced/personal"
+iced_dialog.branch = "master"
iced_drop.git = "https://github.com/pml68/iced_drop"
-iced_drop.branch = "iced/personal"
+iced_drop.branch = "master"
iced_custom_highlighter.git = "https://git.sr.ht/~pml68/iced_custom_highlighter"
-serde = { version = "1.0.219", features = ["derive"] }
-serde_json = "1.0.140"
-toml = "0.9.2"
-tokio = { version = "1.46.1", features = ["fs", "io-util"] }
-tokio-stream = { version = "0.1.17", features = ["fs"] }
-rfd = "0.15.4"
-rust-format = { version = "0.3.4", features = [
+serde = { version = "1.0", features = ["derive"] }
+serde_json = "1.0"
+toml = "0.9"
+tokio = { version = "1.48", features = ["fs", "io-util"] }
+tokio-stream = { version = "0.1", features = ["fs"] }
+rfd = "0.15"
+rust-format = { version = "0.3", features = [
"pretty_please",
"post_process",
] }
-fxhash = "0.2.1"
-thiserror = "2.0.12"
-dirs-next = "2.0.0"
+fxhash = "0.2"
+thiserror = "2"
+dirs-next = "2"
[build-dependencies]
iced_fontello = { git = "https://github.com/pml68/iced_fontello", branch = "feat/custom-theme-renderer" }
[target.'cfg(target_os = "macos")'.dependencies]
-xdg = "3.0.0"
+xdg = "3"
[target.'cfg(windows)'.build-dependencies]
-embed-resource = "3.0.5"
-windows_exe_info = "0.5.2"
+embed-resource = "3"
+windows_exe_info = "0.5"
[[bin]]
name = "iced-builder"
@@ -113,7 +113,7 @@ useless_conversion = "deny"
clone_on_copy = "deny"
[patch.crates-io]
-iced_core = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" }
-iced_widget = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" }
-iced_winit = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" }
-iced = { git = "https://github.com/pml68/iced", branch = "feat/rehighlight-on-redraw" }
+iced_core = { git = "https://github.com/iced-rs/iced", branch = "master" }
+iced_widget = { git = "https://github.com/iced-rs/iced", branch = "master" }
+iced_winit = { git = "https://github.com/iced-rs/iced", branch = "master" }
+iced = { git = "https://github.com/iced-rs/iced", branch = "master" }