2025-10-01 19:36:18 -04:00

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"] }