Add license to iced-graphics' Cargo.toml

This commit is contained in:
Greg V 2020-11-25 23:02:21 +03:00
parent 18aa14c7bb
commit 775c1c5873

View File

@ -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"]