randr/Cargo.toml
2024-01-28 20:55:49 +01:00

21 lines
517 B
TOML

[package]
name = "randr"
version = "0.1.0"
edition = "2021"
description = "Simple wgpu renderer"
authors = ["DavidOnTop <me@davidon.top>"]
readme = "README.md"
documentation = "https://docs.rs/randr"
license = "MIT"
repository = "git@github.com:davidon-top/randr.git"
[dependencies]
anyhow = "1.0.75"
wgpu = "0.18.0"
winit = { version = "0.29.4", features = ["rwh_05"] }
winit_input_helper = "0.15.1"
tracing = "0.1"
[dev-dependencies]
tokio = { version = "1.35.1", features = ["full"] }
tracing-subscriber = "0.3"