diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -5,8 +5,7 @@ authors = ["pml68 <contact@pml68.dev>"] version = "0.1.0" edition = "2024" license = "MIT" -homepage = "https://sr.ht/~pml68/iced_material" -repository = "https://git.sr.ht/~pml68/iced_material" +repository = "https://git.pml68.dev/iced_material" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.92" @@ -30,16 +29,15 @@ qr_code = ["iced_widget/qr_code"] [dependencies] iced_widget = "0.15.0-dev" -iced_winit = "0.15.0-dev" serde = { version = "1.0", optional = true } [dependencies.iced_dialog] -git = "https://git.sr.ht/~pml68/iced_dialog" +git = "git://git.pml68.dev/iced_dialog" branch = "master" optional = true [dependencies.iced_selection] -git = "https://git.sr.ht/~pml68/iced_selection" +git = "git://git.pml68.dev/iced_selection" branch = "master" optional = true @@ -77,6 +75,5 @@ broken_intra_doc_links = "forbid" [patch.crates-io] iced_widget = { git = "https://github.com/iced-rs/iced", branch = "master" } -iced_winit = { git = "https://github.com/iced-rs/iced", branch = "master" } iced_core = { git = "https://github.com/iced-rs/iced", branch = "master" } iced = { git = "https://github.com/iced-rs/iced", branch = "master" } |
