gfx-backend-empty 0.2.1

Empty backend for gfx-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gfx-backend-empty"
version = "0.2.1"
description = "Empty backend for gfx-rs"
license = "MIT OR Apache-2.0"
authors = ["The Gfx-rs Developers"]
documentation = "https://docs.rs/gfx-backend-empty"
workspace = "../../.."
edition = "2018"

[lib]
name = "gfx_backend_empty"

[dependencies]
gfx-hal = { path = "../../hal", version = "0.2" }
winit = { version = "0.19", optional = true }