53d5ad1422
Currently failing with an error I don't understand: ``` wgpu error: Validation Error Caused by: In Device::create_shader_module, label = '...\image_binary.spv' Shader '...\image_binary.spv' parsing error: InvalidTypeWidth(1) ```
19 lines
352 B
TOML
19 lines
352 B
TOML
[package]
|
|
name = "enkou-shaders"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
bytemuck.workspace = true
|
|
glam.workspace = true
|
|
libm.workspace = true
|
|
rand.workspace = true
|
|
rand_xoshiro.workspace = true
|
|
spirv-std.workspace = true
|