Files
wgpu/wgpu-hal/Cargo.toml
2021-06-08 02:03:44 -04:00

26 lines
518 B
TOML

[package]
name = "wgpu-hal"
version = "0.1.0"
authors = ["wgpu developers"]
edition = "2018"
description = "WebGPU hardware abstraction layer"
homepage = "https://github.com/gfx-rs/wgpu"
repository = "https://github.com/gfx-rs/wgpu"
keywords = ["graphics"]
license = "MPL-2.0"
[lib]
[features]
[dependencies]
bitflags = "1.0"
raw-window-handle = "0.3"
smallvec = "1"
thiserror = "1"
wgt = { package = "wgpu-types", path = "../wgpu-types" }
[dependencies.naga]
git = "https://github.com/gfx-rs/naga"
tag = "gfx-25"