StarArawn / bevy_ecs_tilemap

A tilemap rendering crate for bevy which is more ECS friendly.
MIT License
913 stars 196 forks source link

Use license instead of license-file #536

Closed jgayfer closed 2 months ago

jgayfer commented 3 months ago

The license-file is intended to be used for nonstandard licenses, per the cargo docs.

If a package is using a nonstandard license, then the license-file field may be specified in lieu of the license field.

https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields

Closes #490