mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 14:56:27 +00:00
77fd6ee4a9
compute-shader@0.3.0-alpha.0 rustc_codegen_spirv@0.3.0-alpha.0 spirv-builder@0.3.0-alpha.0 spirv-std@0.3.0-alpha.0 spirv-std-macros@0.3.0-alpha.0 Generated by cargo-workspaces
18 lines
534 B
TOML
18 lines
534 B
TOML
[package]
|
|
name = "spirv-std"
|
|
version = "0.3.0-alpha.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]
|
|
glam = { version = "0.12.0", default-features = false, features = ["libm", "scalar-math"] }
|
|
num-traits = { version = "0.2.14", default-features = false }
|
|
spirv-std-macros = { path = "../spirv-std-macros" }
|
|
|
|
[features]
|
|
default = []
|
|
std = ["glam/std"]
|