aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 71f37e4943e17bc8ca55f29c130ae9851d41f453 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
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"
features = ["bevy_render", "bevy_asset"]