diff options
author | 2020-11-25 21:30:39 +0100 | |
---|---|---|
committer | 2020-11-25 21:30:39 +0100 | |
commit | bffaeed9fd44619491c012cd9270043828c1849c (patch) | |
tree | 1ba7a7259fbabd970f30fa1e8bb01bbde8fb986e | |
parent | 18aa14c7bb47d617927a56421e01b6d30200ba3d (diff) | |
parent | 775c1c5873b1ef4ea77e8d552b5718a526f7603a (diff) | |
download | iced-bffaeed9fd44619491c012cd9270043828c1849c.tar.gz iced-bffaeed9fd44619491c012cd9270043828c1849c.tar.bz2 iced-bffaeed9fd44619491c012cd9270043828c1849c.zip |
Merge pull request #634 from myfreeweb/graphics-license
Add license to iced-graphics' Cargo.toml
-rw-r--r-- | graphics/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 4ce50e5a..ca93a83a 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -3,6 +3,7 @@ name = "iced_graphics" version = "0.1.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2018" +license = "MIT" [features] canvas = ["lyon"] |