gfx-hal 0.9.0

gfx-rs hardware abstraction layer
Documentation
[package]
name = "gfx-hal"
version = "0.9.0"
description = "gfx-rs hardware abstraction layer"
homepage = "https://github.com/gfx-rs/gfx"
repository = "https://github.com/gfx-rs/gfx"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
authors = ["The Gfx-rs Developers"]
documentation = "https://docs.rs/gfx-hal"
workspace = "../.."
edition = "2018"

[features]
unstable = []

[lib]
name = "gfx_hal"
path = "src/lib.rs"

[dependencies]
bitflags = "1.0"
naga = "0.5"
raw-window-handle = "0.3"
serde = { version = "1", features = ["serde_derive"], optional = true }
thiserror = "1"
external_memory = { path = "../auxil/external-memory", version = "0.0.1", package = "external-memory" }

[dev-dependencies]
gfx-backend-empty = { path = "../backend/empty", version = "0.9" }