diff options
author | 2020-03-31 17:11:58 +0200 | |
---|---|---|
committer | 2020-03-31 17:11:58 +0200 | |
commit | 990b4aa0b75d069c08e5f4018f9430a70a394eb7 (patch) | |
tree | 3100782d2dfb19dea456402d6615ec340e97d9b7 /examples/svg/Cargo.toml | |
parent | 749a9588d738de9c3ae734e6f026768c77eb3cce (diff) | |
parent | 291dc728a42c6e888ca6d97eea0f3308591b15a5 (diff) | |
download | iced-990b4aa0b75d069c08e5f4018f9430a70a394eb7.tar.gz iced-990b4aa0b75d069c08e5f4018f9430a70a394eb7.tar.bz2 iced-990b4aa0b75d069c08e5f4018f9430a70a394eb7.zip |
Merge branch 'master' into feature/container-padding
Diffstat (limited to 'examples/svg/Cargo.toml')
-rw-r--r-- | examples/svg/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/svg/Cargo.toml b/examples/svg/Cargo.toml index 161ee6a8..d8f83ac2 100644 --- a/examples/svg/Cargo.toml +++ b/examples/svg/Cargo.toml @@ -7,4 +7,3 @@ publish = false [dependencies] iced = { path = "../..", features = ["svg"] } -env_logger = "0.7" |