Switching away from `parking_lot::Mutex` as `std::sync::Mutex` performs better in all scenarios on both of our targets (linux/windows).
11 lines
202 B
TOML
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
|