[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"