[package] name = "kart-graphics-engine" version = "0.2.4" edition = "2021" authors = ["Carter"] description = "a graphics engine using gl, glfw, and cgmath for 2d and 3d games" license = "MIT" # 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"