2025-01-20 18:54:24 -05:00
|
|
|
[package]
|
|
|
|
name = "flare-shader"
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["dylib", "lib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bytemuck.workspace = true
|
|
|
|
glam.workspace = true
|
2025-02-02 19:00:21 -05:00
|
|
|
rand.workspace = true
|
|
|
|
rand_xoshiro.workspace = true
|
2025-01-20 18:54:24 -05:00
|
|
|
spirv-std.workspace = true
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|