first working triangel

This commit is contained in:
STP
2023-11-11 20:32:44 -05:00
parent b4bc726fee
commit eab69336a1
2 changed files with 25 additions and 12 deletions

View File

@@ -4,8 +4,6 @@ version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[package.include]
"shaders" = "shaders"
[dependencies]
cfg-if = "1"
@@ -14,5 +12,5 @@ env_logger = "0.10"
log = "0.4"
wgpu = "0.18"
pollster = "0.3"
nalgebra = "0.32.3"
bytemuck = { version = "1.12", features = [ "derive" ] }
nalgebra-glm = "0.18.0"