diff options
author | 2020-11-25 23:02:21 +0300 | |
---|---|---|
committer | 2020-11-25 23:02:50 +0300 | |
commit | 775c1c5873b1ef4ea77e8d552b5718a526f7603a (patch) | |
tree | 1ba7a7259fbabd970f30fa1e8bb01bbde8fb986e /graphics/Cargo.toml | |
parent | 18aa14c7bb47d617927a56421e01b6d30200ba3d (diff) | |
download | iced-775c1c5873b1ef4ea77e8d552b5718a526f7603a.tar.gz iced-775c1c5873b1ef4ea77e8d552b5718a526f7603a.tar.bz2 iced-775c1c5873b1ef4ea77e8d552b5718a526f7603a.zip |
Add license to iced-graphics' Cargo.toml
Diffstat (limited to '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"] |