gfx 0.18.3

A high-performance, bindless graphics API
Documentation
[dependencies.draw_state]
version = "0.8"

[dependencies.gfx_core]
version = "0.9.2"

[dependencies.log]
version = "0.4"

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

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

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

[package]
authors = ["The Gfx-rs Developers"]
categories = ["rendering::graphics-api"]
description = "A high-performance, bindless graphics API"
documentation = "https://docs.rs/gfx"
homepage = "https://github.com/gfx-rs/gfx"
keywords = ["graphics", "gamedev"]
license = "Apache-2.0"
name = "gfx"
readme = "README.md"
repository = "https://github.com/gfx-rs/gfx"
version = "0.18.3"