mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix Generate Fix? 17th Time's The Charm Fix Build See Eye Docs Victory Tabular Formatting Formating3
12 lines
190 B
TOML
12 lines
190 B
TOML
[package]
|
|
name = "wgpu-example-01-hello-compute"
|
|
edition = "2021"
|
|
rust-version = "1.83"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
bytemuck = "1"
|
|
env_logger = "0.11.6"
|
|
pollster = "0.4"
|
|
wgpu = "24.0.0"
|