impl: 3D Rendering
This commit is contained in:
parent
dbf9544e80
commit
70176bb86a
18 changed files with 862 additions and 185 deletions
11
crates/shared/Cargo.toml
Normal file
11
crates/shared/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "shared"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
glam.workspace = true
|
||||
ash.workspace = true
|
||||
bytemuck.workspace = true
|
||||
memoffset = "0.9.1"
|
||||
derive_builder = "0.20.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue