diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 44 |
1 files changed, 22 insertions, 22 deletions
@@ -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" } |
