mirror of
https://github.com/bspeice/speice.io
synced 2025-04-27 16:21:30 -04:00
13 lines
278 B
TOML
13 lines
278 B
TOML
[package]
|
|
name = "shader"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "cdylib"]
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.22", features = ["derive"] }
|
|
glam = { version = "0.30", default-features = false, features = ["bytemuck", "libm"] }
|
|
spirv-std = "0.9.0"
|