mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 00:33:51 +00:00
2a9fdf9aa1
* Misc Repo Cleanup Tasks * Dependency Trimming * Dep cleanup * Restrict libfuzzer * Flip cfg * mod fuzz
28 lines
562 B
TOML
28 lines
562 B
TOML
[package]
|
|
name = "wgpu-bunnymark-example"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
description = "wgpu bunnymark example"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "bunnymark"
|
|
path = "src/main.rs"
|
|
harness = false
|
|
|
|
[dependencies]
|
|
bytemuck.workspace = true
|
|
nanorand.workspace = true
|
|
glam.workspace = true
|
|
png.workspace = true
|
|
wgpu-example.workspace = true
|
|
wgpu.workspace = true
|
|
winit.workspace = true
|
|
|
|
[dev-dependencies]
|
|
wgpu-test.workspace = true
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
|
wasm-bindgen-test.workspace = true
|