mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
15 lines
227 B
TOML
15 lines
227 B
TOML
[package]
|
|
name = "naga"
|
|
version = "0.1.0"
|
|
authors = ["Dzmitry Malyshau <kvarkus@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bitflags = "1"
|
|
fxhash = "0.2"
|
|
log = "0.4"
|
|
spirv_headers = "1"
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.6"
|