This commit is contained in:
meishibiezb
2026-03-03 01:37:15 +08:00
commit e7a3d1c064
8 changed files with 1337 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "learn_gl"
version = "0.1.0"
edition = "2024"
[dependencies]
gl = "0.14.0"
glfw = "0.61.0"