aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-08-04 13:08:48 -0400
committerLibravatar Silas Bartha <[email protected]>2024-08-04 13:14:50 -0400
commit017228ffbd8d034017955a5ad7e833511e4e3b17 (patch)
tree8b8e49374738dd1afee8967921348a1758cb9b27
parent98ff44b3341f60cd4c91e299eeee23a6a9fe798b (diff)
Bump to 0.1.1v0.1.1
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f263b29..686ad24 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_headless_render"
-version = "0.1.0"
+version = "0.1.1"
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"
@@ -12,4 +12,4 @@ pollster = "0.3.0"
[dependencies.bevy]
version = "0.14"
default-features = false
-features = ["bevy_render"]
+features = ["bevy_render", "bevy_asset"]