From c6bb9ec5a6c9516257653580574d87f29b463f21 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 27 Apr 2025 14:53:17 +0200 Subject: [PATCH] update path dependecy structure --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a82239b..653cdd9 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"] -path = "../../iced" +path = "../iced" [dependencies.iced_winit] #git = "https://github.com/ibaryshnikov/iced.git" #rev = "901bbeb" -path = "../../iced/winit" +path = "../iced/winit" [dependencies.iced_wgpu] #git = "https://github.com/ibaryshnikov/iced.git" #rev = "901bbeb" -path = "../../iced/wgpu" +path = "../iced/wgpu" #iced = {git="https://github.com/iced-rs/iced",features=["lazy","svg","advanced"]}