mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-29 18:23:36 +00:00
10172e1f38
Co-authored-by: Connor Fitzgerald <connor@modyfi.io>
22 lines
469 B
TOML
22 lines
469 B
TOML
[package]
|
|
name = "wgpu-hello-windows-example"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
description = "wgpu hello windows example"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "hello-windows"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
bytemuck.workspace = true
|
|
env_logger.workspace = true
|
|
pollster.workspace = true
|
|
wgpu.workspace = true
|
|
winit.workspace = true
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
console_error_panic_hook.workspace = true
|