Bump to 0.1.1

This commit is contained in:
Silas Bartha 2024-08-04 13:08:48 -04:00
parent 98ff44b334
commit 017228ffbd
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bevy_headless_render" name = "bevy_headless_render"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
description = "A plugin for the bevy engine which enables headless rendering to an image for use in the main world." 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" license = "0BSD OR MIT OR Apache-2.0"
@ -12,4 +12,4 @@ pollster = "0.3.0"
[dependencies.bevy] [dependencies.bevy]
version = "0.14" version = "0.14"
default-features = false default-features = false
features = ["bevy_render"] features = ["bevy_render", "bevy_asset"]