blob: 9ecda7c48dcff5d3f77657ea94f37bffb5ad7f5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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" }
|