iced online

This commit is contained in:
Your Name 2025-05-14 23:31:14 +02:00
parent 378d004587
commit 7d34cf7a2f

View file

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