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-12-12 01:07:40 -08:00

34 lines
663 B
TOML

[package]
name = "donten"
version = "0.1.0"
edition = "2021"
[dependencies]
winit = "0.30.5"
rayon = "1.10.0"
crossbeam = "0.8.4"
vulkano = "0.34.1"
glam = "0.29.2"
egui = "0.29.1"
cpal = "0.15.3"
pool = { git = "https://git.tsukiyo.org/Utility/pool" }
[target.'cfg(windows)'.dependencies]
windows = { version = "0.58.0", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_Graphics_Gdi",
"Win32_UI_Input",
"Win32_System_Registry",
"Win32_System_Threading",
"Win32_Devices_DeviceAndDriverInstallation",
"Win32_Devices_Display",
] }
widestring = "1.1.0"
[target.'cfg(linux)'.dependencies]
evdev = "0.12.2"