update path dependecy structure
This commit is contained in:
parent
ca41081e8f
commit
c6bb9ec5a6
1 changed files with 3 additions and 3 deletions
|
|
@ -13,17 +13,17 @@ freedesktop-icons = "*"
|
||||||
#git = "https://github.com/ibaryshnikov/iced.git"
|
#git = "https://github.com/ibaryshnikov/iced.git"
|
||||||
#rev = "901bbeb"
|
#rev = "901bbeb"
|
||||||
features = ["wgpu","lazy","svg","advanced"]
|
features = ["wgpu","lazy","svg","advanced"]
|
||||||
path = "../../iced"
|
path = "../iced"
|
||||||
|
|
||||||
[dependencies.iced_winit]
|
[dependencies.iced_winit]
|
||||||
#git = "https://github.com/ibaryshnikov/iced.git"
|
#git = "https://github.com/ibaryshnikov/iced.git"
|
||||||
#rev = "901bbeb"
|
#rev = "901bbeb"
|
||||||
path = "../../iced/winit"
|
path = "../iced/winit"
|
||||||
|
|
||||||
|
|
||||||
[dependencies.iced_wgpu]
|
[dependencies.iced_wgpu]
|
||||||
#git = "https://github.com/ibaryshnikov/iced.git"
|
#git = "https://github.com/ibaryshnikov/iced.git"
|
||||||
#rev = "901bbeb"
|
#rev = "901bbeb"
|
||||||
path = "../../iced/wgpu"
|
path = "../iced/wgpu"
|
||||||
|
|
||||||
#iced = {git="https://github.com/iced-rs/iced",features=["lazy","svg","advanced"]}
|
#iced = {git="https://github.com/iced-rs/iced",features=["lazy","svg","advanced"]}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue