[package] name = "KartApple-GL" version = "0.3.0" edition = "2021" authors = ["Carter"] description = "a graphics engine using gl, glfw, and cgmath" license = "MIT" repository = "https://github.com/Carter907/kart-graphics-engine" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] glfw = "0.52.0" gl = "0.14.0" cgmath = "0.18.0"