This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
donten/Cargo.toml
2024-11-14 13:25:10 -08:00

17 lines
242 B
TOML

[package]
name = "donten"
version = "0.1.0"
edition = "2021"
[dependencies]
winit = "0.30.5"
rayon = "1.10.0"
crossbeam = "0.8.4"
hidapi = "2.6.3"
[target.'cfg(windows)'.dependencies]
windows = "0.58.0"
[target.'cfg(linux)'.dependencies]