diff options
author | Silas Bartha <[email protected]> | 2024-08-04 13:08:48 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-08-04 13:14:50 -0400 |
commit | 017228ffbd8d034017955a5ad7e833511e4e3b17 (patch) | |
tree | 8b8e49374738dd1afee8967921348a1758cb9b27 /Cargo.toml | |
parent | 98ff44b3341f60cd4c91e299eeee23a6a9fe798b (diff) |
Bump to 0.1.1v0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |