diff options
| author | pml68 <contact@pml68.dev> | 2025-02-26 23:23:52 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-26 23:23:52 +0100 |
| commit | 5c68b550678601a9646e0c44e617069ee16db348 (patch) | |
| tree | a68d0d1ae29625182b0668d648a8ade0b307ea03 /Cargo.toml | |
| parent | feat: implement `ValueFromStr` for Rotation (diff) | |
| download | iced-builder-5c68b550678601a9646e0c44e617069ee16db348.tar.gz | |
feat: switch to personal `iced` fork, work on version info
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -13,6 +13,7 @@ rust-version = "1.85.0" [dependencies] 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" } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138" @@ -26,14 +27,10 @@ thiserror = "2.0.11" dirs-next = "2.0.0" [workspace.dependencies.iced] -git = "https://github.com/iced-rs/iced" -rev = "97f1db3783dca5a4f60a9f89668613de4dfe9edd" +git = "https://github.com/pml68/iced" +rev = "d49a70eaea0803b9a4843b37e870f44b652ed6df" features = ["image", "svg", "advanced", "tokio"] -[dependencies.iced_custom_highlighter] -git = "https://github.com/pml68/iced_custom_highlighter" -branch = "fix/temp-update-on-theme-changed" - [build-dependencies] iced_fontello = "0.13.2" |
