Files
rust-gpu/examples/shaders/shared/Cargo.toml
2021-03-16 09:59:08 +01:00

13 lines
382 B
TOML

[package]
name = "shared"
version = "0.1.0"
authors = ["Embark <opensource@embark-studios.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
spirv-std-macros = { path = "../../../crates/spirv-std-macros" }
spirv-std = { path = "../../../crates/spirv-std" }
glam = { version = "0.13", default-features = false, features = ["libm", "scalar-math"] }