mirror of
https://github.com/Rust-GPU/rust-gpu.git
synced 2026-06-07 10:09:51 +09:00
16 lines
295 B
TOML
16 lines
295 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.0.0"
|
|
publish = false
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
spirv-std = { workspace = true }
|
|
bytemuck = { version = "1.18.0", features = ["derive"] }
|