feat: basic triangle rendering
This commit is contained in:
parent
f215c10d0e
commit
43f8f46021
11 changed files with 1828 additions and 67 deletions
|
@ -12,7 +12,7 @@ repository = "https://codeberg.org/Caznix/Zenyx"
|
|||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["subcrates/zlog"]
|
||||
members = [ "subcrates/renderer","subcrates/zlog"]
|
||||
|
||||
[workspace.dependencies]
|
||||
zlog = { path = "subcrates/zlog" }
|
||||
|
@ -37,10 +37,14 @@ incremental = false
|
|||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
glm = "0.2.3"
|
||||
smol = "2.0.2"
|
||||
|
||||
terminator = "0.3.2"
|
||||
thiserror = "2.0.12"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
vulkano = "0.35.1"
|
||||
wgpu = { version = "25.0.0", features = ["spirv"] }
|
||||
winit = "0.30.9"
|
||||
zlog.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue