5a96eea6ba
This fixes error handling for all `wgpu::SurfaceError` variants. It also adds more context to error messages printed by the examples. Closes #346
18 lines
310 B
TOML
18 lines
310 B
TOML
[package]
|
|
name = "minimal-tao"
|
|
version = "0.1.0"
|
|
authors = ["Jay Oster <jay@kodewerx.org>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[features]
|
|
optimize = ["log/release_max_level_warn"]
|
|
default = ["optimize"]
|
|
|
|
[dependencies]
|
|
env_logger = "0.10"
|
|
error-iter = "0.4"
|
|
log = "0.4"
|
|
pixels = { path = "../.." }
|
|
tao = "0.17"
|