mirror of
https://github.com/Rust-GPU/rust-gpu.git
synced 2026-06-08 10:39:50 +09:00
13 lines
382 B
TOML
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"] }
|