From 7d34cf7a2f94d460e25c90fd66ae849ea84da69e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 14 May 2025 23:31:14 +0200 Subject: [PATCH] iced online --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c492fcd..60a873b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,17 +13,17 @@ freedesktop-icons = "*" #git = "https://github.com/ibaryshnikov/iced.git" #rev = "901bbeb" features = ["wgpu","lazy","svg","advanced","markdown","highlighter"] -path = "../iced" +git = "https://github.com/jedugsem/iced" [dependencies.iced_winit] #git = "https://github.com/ibaryshnikov/iced.git" #rev = "901bbeb" -path = "../iced/winit" +git = "https://github.com/jedugsem/iced" [dependencies.iced_wgpu] #git = "https://github.com/ibaryshnikov/iced.git" #rev = "901bbeb" -path = "../iced/wgpu" +git = "https://github.com/jedugsem/iced" #iced = {git="https://github.com/iced-rs/iced",features=["lazy","svg","advanced"]}