Files
LemnosLife_Rust/Cargo.toml
T
Benjamin_Loison 238052c8a8 Display two not textured triangles in 3D with camera with horizontal rotation
Thanks to `glium/examples/teapot` which was loading an OBJ and not having any rotation for the camera.
2022-10-16 22:27:32 +02:00

8 lines
115 B
TOML

[package]
name = "lemnoslife"
version = "0.1.0"
edition = "2021"
[dependencies]
glium = "0.32.1"
glutin = "0.29.1"