This repository has been archived on 2026-05-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
OpenGL-Rust/Cargo.toml
2026-04-28 23:52:25 +09:00

9 lines
117 B
TOML

[package]
name = "opengl-render-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
gl = "0.14.0"
glfw = "0.62.0"