From afa8cad4cf778673633f95885f5da095ba96039f Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Sun, 24 Nov 2024 18:20:03 -0500 Subject: Initial Commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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"] -- cgit v1.2.3