[package] name = "engine" version = "0.1.0" edition = "2021" [dependencies] glfw = { path = "../glfw" } thiserror = "1.0.49" gl = "0.14.0"