diff options
author | Silas Bartha <[email protected]> | 2024-11-24 18:20:03 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-11-24 18:20:03 -0500 |
commit | afa8cad4cf778673633f95885f5da095ba96039f (patch) | |
tree | 504bd03f521e6ff168a90822bfe7c2ffe85fba13 /Cargo.toml |
Initial Commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..511f890 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "bevy_blacklight_material" +version = "0.1.0" +edition = "2021" + +[dependencies.bevy] +version = "0.14" +features = ["bevy_render", "bevy_asset"] |