new architecture

This commit is contained in:
zack 2025-03-26 20:02:58 -04:00
parent 9f7e72b784
commit 9cfd9d8b17
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
28 changed files with 2625 additions and 5351 deletions

12
crates/gfx_hal/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[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