acute_render_backend 0.1.2

render-backend sub-crate of acute
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "acute_render_backend"

version = "0.1.2"

authors = ["Sebatsian Strobl <Sebastian@Strobl.net>"]

edition = "2018"

description = "render-backend sub-crate of acute"

license = "Apache-2.0"

repository = "https://github.com/tryworks/acute"

keywords = ["acute"]



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

acute_ecs = { version = "0.1", path = "../acute_ecs" }

acute_window = { version = "0.1", path = "../acute_window" }



wgpu = "0.5.2"