diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-03-22 18:46:11 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-03-22 18:46:11 +0100 |
| commit | 96daec03cee472b4449a7ab7382c6fc63bd23ace (patch) | |
| tree | 0bdeb6a25f23ced5575d4ef5fe4df229ce06ef35 /Cargo.toml | |
| parent | feat!: cd selection && mv default primary (diff) | |
| download | iced_material-96daec03cee472b4449a7ab7382c6fc63bd23ace.tar.gz | |
feat: move from sourcehut to my git instance
Diffstat (limited to '')
| -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" } |
