Neopallium / bevy_water

Dynamic ocean material for Bevy.
https://neopallium.github.io/bevy_water/
116 stars 11 forks source link

Fix license key in Cargo.toml #26

Closed TimJentzsch closed 4 months ago

TimJentzsch commented 5 months ago

The Cargo manifest format requires a specific syntax for specifying the license key. MIT/Apache-2.0 is invalid in that syntax, so some tools might not recognize the license. You can read more about the syntax in the Cargo reference format docs.

Instead, we now use MIT OR Apache-2.0, which is the intended way to write this license.