chore(examples): Add svg-style example

This commit is contained in:
Michael Aaron Murphy 2022-11-16 17:43:16 +01:00 committed by Héctor Ramón Jiménez
parent 75ae0de9bd
commit 314b0f7dc5
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 89 additions and 0 deletions

View 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" }