mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
20 lines
656 B
TOML
20 lines
656 B
TOML
[package]
|
|
name = "spirv-std"
|
|
version = "0.4.0-alpha.9"
|
|
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]
|
|
bitflags = "1.2.1"
|
|
num-traits = { version = "0.2.14", default-features = false, features = ["libm"] }
|
|
spirv-types = { path = "./shared", version = "0.4.0-alpha.9" }
|
|
spirv-std-macros = { path = "./macros", version = "0.4.0-alpha.9" }
|
|
glam = { version = "0.15.2", default-features = false, features = ["libm"], optional = true }
|
|
|
|
[features]
|
|
default = []
|
|
const-generics = []
|