12 lines
231 B
TOML
12 lines
231 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
|
|
parking_lot.workspace = true
|