mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
12 lines
243 B
TOML
12 lines
243 B
TOML
[package]
|
|
name = "wgpu-example-02-hello-window"
|
|
edition = "2021"
|
|
rust-version = "1.88"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
env_logger = "0.11"
|
|
pollster = "0.4"
|
|
wgpu = "27.0.0"
|
|
winit = { version = "0.30.8", features = ["android-native-activity"] }
|