added all I already made for this engine prototype
This commit is contained in:
12
opengl_beginnings/Cargo.toml
Normal file
12
opengl_beginnings/Cargo.toml
Normal 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"
|
Reference in New Issue
Block a user