update path dependecy structure

This commit is contained in:
Your Name 2025-04-27 14:53:17 +02:00
parent ca41081e8f
commit c6bb9ec5a6

View file

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