Skip to content

Commit

Permalink
Merge pull request #464 from LikeLakers2/add-license-to-cargo-toml
Browse files Browse the repository at this point in the history
Add `license = "MIT"` field to `Cargo.toml`
  • Loading branch information
StarArawn authored Oct 16, 2023
2 parents 59926b9 + 076a353 commit ac22adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.11.1"
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/*"]
Expand Down Expand Up @@ -179,4 +180,4 @@ required-features=["render"]
[[example]]
name="visibility"
path="examples/visibility.rs"
required-features=["render"]
required-features=["render"]

0 comments on commit ac22adb

Please sign in to comment.