diff options
Diffstat (limited to 'examples/svg_style/Cargo.toml')
-rw-r--r-- | examples/svg_style/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/svg_style/Cargo.toml b/examples/svg_style/Cargo.toml new file mode 100644 index 00000000..9ecda7c4 --- /dev/null +++ b/examples/svg_style/Cargo.toml @@ -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" }
\ No newline at end of file |