gfx-backend-empty 0.4.0

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.4.0"
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.4" }
raw-window-handle = "0.3"