最初コミット.

This commit is contained in:
2026-04-28 23:52:12 +09:00
commit 61c165ddff
6 changed files with 1336 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "opengl-render-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
gl = "0.14.0"
glfw = "0.62.0"