gfx_core 0.9.2

Core library of Gfx-rs
Documentation
[dependencies.bitflags]
version = "1"

[dependencies.draw_state]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.mint]
optional = true
version = "0.5"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1"

[features]
serialize = ["serde", "draw_state/serde"]
unstable = []

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

[package]
authors = ["The Gfx-rs Developers"]
description = "Core library of Gfx-rs"
documentation = "https://docs.rs/gfx_core"
homepage = "https://github.com/gfx-rs/gfx"
keywords = ["graphics"]
license = "Apache-2.0"
name = "gfx_core"
repository = "https://github.com/gfx-rs/gfx"
version = "0.9.2"