mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-16 17:04:16 +00:00
17 lines
505 B
TOML
17 lines
505 B
TOML
[package]
|
|
name = "spirv-std"
|
|
version = "0.1.0"
|
|
authors = ["Embark <opensource@embark-studios.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/EmbarkStudios/rust-gpu"
|
|
|
|
[dependencies]
|
|
# pending 0.11.1 release
|
|
glam = { git = "https://github.com/bitshifter/glam-rs", rev = "0b713556c39b0554fdac69fd09c6db2f48aeba8e", default-features = false, features = ["libm"] }
|
|
num-traits = { version = "0.2.14", default-features = false }
|
|
|
|
[features]
|
|
default = []
|
|
std = ["glam/std"]
|