diff options
author | Silas Bartha <[email protected]> | 2024-12-01 22:49:22 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-01 22:49:22 -0500 |
commit | 80c89c2c93480a6c6bd1ee4ae51f227250c9bd15 (patch) | |
tree | f62ceb6e018c5e567a6b5727610032ff2482fcf8 /Cargo.toml | |
parent | f6e4b5d25212ce15f7e83834e74908c62e92dcf0 (diff) |
Add Licenses, Readme, and Metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ name = "bevy_blacklight_material" version = "0.1.0" edition = "2021" +license = "0BSD OR Apache-2.0 OR MIT" +repository = "https://github.com/exvacuum/bevy_blacklight_material" [dependencies.bevy] version = "0.14" |