first_push

This commit is contained in:
Your Name 2025-04-27 14:44:33 +02:00
commit ca41081e8f
18 changed files with 5559 additions and 0 deletions

29
Cargo.toml Normal file
View file

@ -0,0 +1,29 @@
[package]
name = "iced-material"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
palette = "*"
freedesktop-icons = "*"
[dependencies.iced]
#git = "https://github.com/ibaryshnikov/iced.git"
#rev = "901bbeb"
features = ["wgpu","lazy","svg","advanced"]
path = "../../iced"
[dependencies.iced_winit]
#git = "https://github.com/ibaryshnikov/iced.git"
#rev = "901bbeb"
path = "../../iced/winit"
[dependencies.iced_wgpu]
#git = "https://github.com/ibaryshnikov/iced.git"
#rev = "901bbeb"
path = "../../iced/wgpu"
#iced = {git="https://github.com/iced-rs/iced",features=["lazy","svg","advanced"]}