Added rendering pipeline and window

This commit is contained in:
STP
2023-11-11 11:34:08 -05:00
parent 943f54a4b8
commit 6ff33649b1
5 changed files with 738 additions and 554 deletions

View File

@@ -2,10 +2,13 @@
name = "rust-opengl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cfg-if = "1"
nalgebra = "0.32.3"
wgpu = "0.18.0"
winit = "0.29.3"
winit = "0.28"
env_logger = "0.10"
log = "0.4"
pollster = "0.3"
wgpu = "0.17"