From 076a353c9416008f46369a2105a1c121d6c1407b Mon Sep 17 00:00:00 2001 From: MichiRecRoom <1008889+LikeLakers2@users.noreply.github.com> Date: Fri, 1 Sep 2023 05:09:40 -0400 Subject: [PATCH] Add a `license = "MIT"` field to `Cargo.toml` --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee65737f..28a17e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.11.0" authors = ["John Mitchell"] homepage = "https://github.com/StarArawn/bevy_ecs_tilemap" repository = "https://github.com/StarArawn/bevy_ecs_tilemap" +license = "MIT" license-file = "LICENSE" edition = "2021" exclude = ["assets/*", "screenshots/*"] @@ -179,4 +180,4 @@ required-features=["render"] [[example]] name="visibility" path="examples/visibility.rs" -required-features=["render"] \ No newline at end of file +required-features=["render"]