Files
OpenGL_Intro/Cargo.toml
Michael Gimle 1975cf08c0 initial commit
2020-08-22 07:47:58 +02:00

14 lines
320 B
TOML

[package]
name = "gloom-rs"
version = "0.1.0"
authors = ["Michael H. Gimle <michael.gimle@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
glutin = "0.24.1"
gl = "0.14.0"
tobj = "2.0.2"
image = "0.23.8"
nalgebra-glm = "0.7.0"