3891192796
Breaking changes: - Updates `wgpu` to 0.16
20 lines
357 B
TOML
20 lines
357 B
TOML
[package]
|
|
name = "custom-shader"
|
|
version = "0.1.0"
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[features]
|
|
optimize = ["log/release_max_level_warn"]
|
|
default = ["optimize"]
|
|
|
|
[dependencies]
|
|
bytemuck = "1"
|
|
env_logger = "0.10"
|
|
error-iter = "0.4"
|
|
log = "0.4"
|
|
pixels = { path = "../.." }
|
|
winit = "0.28"
|
|
winit_input_helper = "0.14"
|