Files
OpenGL_Intro/Cargo.toml
2025-08-30 15:06:29 +02:00

18 lines
300 B
TOML

[package]
name = "gloom-rs"
version = "0.3.0"
authors = [
"Peder b. Sundt <pbsds@hotmail.com>",
"Michael H. Gimle <michael.gimle@gmail.com>",
]
edition = "2021"
[dependencies]
glutin = "0.29"
gl = "0.14.0"
tobj = ">3.1.0"
image = "0.25"
nalgebra-glm = "0.17.0"
rand = "0.9"
libc = "0.2.132"