mirror of
https://github.com/Rust-GPU/rust-gpu.git
synced 2026-06-08 18:49:52 +09:00
13 lines
289 B
TOML
13 lines
289 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.0.0"
|
|
publish = false
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
spirv-std = { workspace = true, features = ["glam"] }
|
|
bytemuck = { version = "1.6.3", features = ["derive"] }
|