added all I already made for this engine prototype

This commit is contained in:
2025-08-27 20:37:15 +02:00
parent 236b875870
commit 7ea933a04d
18 changed files with 2822 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[package]
name = "opengl_beginnings"
version = "0.1.0"
edition = "2024"
[dependencies]
glutin = "0.32.3"
glutin-winit = "0.5.0"
raw-window-handle = "0.6.2"
winit = {version = "0.30.11", features = ["rwh_06"]}
glow = "0.16.0"
nalgebra = "0.33.2"