mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-29 02:04:32 +00:00
6b33db07e6
* Release 0.4.0-alpha.0 compute-shader@0.4.0-alpha.0 rustc_codegen_spirv@0.4.0-alpha.0 spirv-builder@0.4.0-alpha.0 spirv-std@0.4.0-alpha.0 spirv-std-macros@0.4.0-alpha.0 Generated by cargo-workspaces * Update Cargo.lock, remove unused one * Update lockfile * update lockfile
17 lines
491 B
TOML
17 lines
491 B
TOML
[package]
|
|
name = "spirv-std"
|
|
version = "0.4.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]
|
|
num-traits = { version = "0.2.14", default-features = false, features = ["libm"] }
|
|
spirv-std-macros = { path = "../spirv-std-macros", version = "0.4.0-alpha.0" }
|
|
|
|
[features]
|
|
default = []
|
|
const-generics = []
|