From 96daec03cee472b4449a7ab7382c6fc63bd23ace Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sun, 22 Mar 2026 18:46:11 +0100 Subject: feat: move from sourcehut to my git instance --- Cargo.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ca26e68..0175937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,7 @@ authors = ["pml68 "] 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" } -- cgit v1.2.3