rust-gpu/crates/spirv-std/Cargo.toml
2021-03-16 09:59:08 +01:00

17 lines
475 B
TOML

[package]
name = "spirv-std"
version = "0.3.0"
authors = ["Embark <opensource@embark-studios.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/rust-gpu"
description = "Standard functions and types for SPIR-V"
[dependencies]
num-traits = { version = "0.2.14", default-features = false, features = ["libm"] }
spirv-std-macros = { path = "../spirv-std-macros", version = "0.3.0" }
[features]
default = []
const-generics = []