mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
10172e1f38
Co-authored-by: Connor Fitzgerald <connor@modyfi.io>
23 lines
434 B
TOML
23 lines
434 B
TOML
[package]
|
|
name = "wgpu-boids-example"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
description = "wgpu boids example"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "boids"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
bytemuck.workspace = true
|
|
nanorand.workspace = true
|
|
wasm-bindgen-test.workspace = true
|
|
wgpu-example.workspace = true
|
|
wgpu.workspace = true
|
|
winit.workspace = true
|
|
|
|
[dev-dependencies]
|
|
wgpu-test.workspace = true
|