chore(examples): Add svg-style example
This commit is contained in:
parent
75ae0de9bd
commit
314b0f7dc5
3 changed files with 89 additions and 0 deletions
10
examples/svg_style/Cargo.toml
Normal file
10
examples/svg_style/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "svg_style"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["svg"] }
|
||||
iced_style = { path = "../../style" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue