diff options
author | 2022-11-16 17:43:16 +0100 | |
---|---|---|
committer | 2022-12-06 04:00:16 +0100 | |
commit | 314b0f7dc52c844669c224060a7b03e842762370 (patch) | |
tree | ed2865a765781d62e499943b948bca824fbab6cc /examples/svg_style/Cargo.toml | |
parent | 75ae0de9bdd3376b6e537bf59030059c926114ee (diff) | |
download | iced-314b0f7dc52c844669c224060a7b03e842762370.tar.gz iced-314b0f7dc52c844669c224060a7b03e842762370.tar.bz2 iced-314b0f7dc52c844669c224060a7b03e842762370.zip |
chore(examples): Add svg-style example
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 |