mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
12 lines
193 B
TOML
12 lines
193 B
TOML
[package]
|
|
name = "wgpu-example-01-hello-compute"
|
|
edition = "2021"
|
|
rust-version = "1.84"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
bytemuck = "1.22.0"
|
|
env_logger = "0.11"
|
|
pollster = "0.4"
|
|
wgpu = "25.0.0"
|