Adamkob12 / Meshem

Bevy Meshem is a Rust crate designed to provide meshing algorithms for voxel grids, enabling you to create cohesive 3D mesh structures from a grid of cubic voxels
https://crates.io/crates/bevy_meshem
Apache License 2.0
60 stars 3 forks source link

License in `Cargo.toml` differs from license displayed by GitHub #15

Open SpectralPixel opened 1 month ago

SpectralPixel commented 1 month ago

Within Cargo.toml, this project appears to be only licensed with MIT, while the repository only appears to be licensed as Apache. Is the project dual-licensed? It would be helpful to clear this up, and also to add a disclaimer to the contributing part of the README to stop people from licensing their contributions to this crate under a different license, causing confusion.