aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-07-24 11:46:40 -0400
committerLibravatar Silas Bartha <[email protected]>2024-07-24 11:47:21 -0400
commitd7e1903369330c5438892c5ddfdbc7c1ef179633 (patch)
tree1913fc25e8d35e8743ea432ec80390f0f23538b2 /Cargo.toml
parent52005369648e06cb2e1b36bb5dd7c19445aa4ee4 (diff)
Renamed + Updated to Bevy 0.14 + Added 0BSD Option
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 240cea2..1005586 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,13 @@
[package]
-name = "bevy_framebuffer_extract"
-version = "0.1.2"
+name = "bevy_headless_render"
+version = "0.1.0"
edition = "2021"
+description = "A plugin for the bevy engine which enables headless rendering to an image for use in the main world."
+license = "0BSD OR MIT OR Apache-2.0"
[dependencies]
oneshot = "0.1.6"
pollster = "0.3.0"
[dependencies.bevy]
-version = "0.13"
+version = "0.14"