summaryrefslogtreecommitdiffstats
path: root/third_party/rust/gfx-hal/Cargo.toml
blob: bce6f9760b72609a749bfae87c07dfa96611d3c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "gfx-hal"
version = "0.6.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"
mint = { version = "0.5", optional = true }
raw-window-handle = "0.3"
serde = { version = "1", features = ["serde_derive"], optional = true }

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