summaryrefslogblamecommitdiffstats
path: root/examples/svg/Cargo.toml
blob: 161ee6a8fb398d0fa1d704beb2d918368ac50df2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                            
                  
[package]
name = "svg"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced = { path = "../..", features = ["svg"] }
env_logger = "0.7"