mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-16 17:04:16 +00:00
![Daniel McNab](/assets/img/avatar_default.png)
* Use bytemuck for the push constants * Use the released version of bytemuck https://github.com/Lokathor/bytemuck/pull/69 landed That version also works 🎉
12 lines
312 B
TOML
12 lines
312 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.4.0-alpha.9"
|
|
authors = ["Embark <opensource@embark-studios.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
spirv-std = { path = "../../../crates/spirv-std", features = ["glam"] }
|
|
bytemuck = { version = "1.6.3", features = ["derive"] }
|