Files
wgpu/examples/standalone/02_hello_window/Cargo.toml
2025-02-24 23:39:34 -05:00

12 lines
245 B
TOML

[package]
name = "wgpu-example-02-hello-window"
edition = "2021"
rust-version = "1.85"
publish = false
[dependencies]
env_logger = "0.11.6"
pollster = "0.4"
wgpu = "24.0.0"
winit = { version = "0.30.8", features = ["android-native-activity"] }