238052c8a8
Thanks to `glium/examples/teapot` which was loading an OBJ and not having any rotation for the camera.
8 lines
115 B
TOML
8 lines
115 B
TOML
[package]
|
|
name = "lemnoslife"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
glium = "0.32.1"
|
|
glutin = "0.29.1" |