2020-09-15 13:17:27 +00:00
|
|
|
[package]
|
|
|
|
name = "spirv-std"
|
2020-12-17 10:03:09 +00:00
|
|
|
description = "Standard functions and types for SPIR-V"
|
2022-11-22 14:28:53 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
2020-09-15 13:17:27 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-11-22 14:28:53 +00:00
|
|
|
spirv-std-types.workspace = true
|
|
|
|
spirv-std-macros.workspace = true
|
2021-04-16 13:59:11 +00:00
|
|
|
bitflags = "1.2.1"
|
2023-05-30 07:03:15 +00:00
|
|
|
num-traits = { version = "0.2.15", default-features = false, features = ["libm"] }
|
2023-05-30 07:27:48 +00:00
|
|
|
glam = { version = ">=0.22, <=0.24", default-features = false, features = ["libm"] }
|
2020-11-24 09:28:58 +00:00
|
|
|
|
|
|
|
[features]
|
2023-03-15 11:25:55 +00:00
|
|
|
default = []
|