18 lines
286 B
TOML
18 lines
286 B
TOML
|
[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
|
||
|
spirv-std.workspace = true
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|