aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 100558618a2568386e748439c54ee70fc836530e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
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.14"