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"]}