raindrop/crates/gfx_hal/Cargo.toml
zack f71f0d8e10
feat: switch away from parking_lot::Mutex
Switching away from `parking_lot::Mutex` as `std::sync::Mutex` performs
better in all scenarios on both of our targets (linux/windows).
2025-03-30 16:27:35 -04:00

11 lines
202 B
TOML

[package]
name = "gfx_hal"
version = "0.1.0"
edition = "2021"
[dependencies]
ash.workspace = true
ash-window.workspace = true
thiserror.workspace = true
tracing.workspace = true
winit.workspace = true