rust-gpu/crates/spirv-std/Cargo.toml

19 lines
651 B
TOML
Raw Normal View History

2020-09-15 13:17:27 +00:00
[package]
name = "spirv-std"
version = "0.4.0-alpha.14"
2020-09-15 13:17:27 +00:00
authors = ["Embark <opensource@embark-studios.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/rust-gpu"
2020-12-17 10:03:09 +00:00
description = "Standard functions and types for SPIR-V"
2020-09-15 13:17:27 +00:00
[dependencies]
bitflags = "1.2.1"
2021-03-16 08:59:08 +00:00
num-traits = { version = "0.2.14", default-features = false, features = ["libm"] }
spirv-std-types = { path = "./shared", version = "0.4.0-alpha.14" }
spirv-std-macros = { path = "./macros", version = "0.4.0-alpha.13" }
glam = { version = ">=0.17, <=0.21", default-features = false, features = ["libm"], optional = true }
[features]
default = []