[package] name = "moss_glfw_windowing" version = "0.1.0" authors = ["Daniel Bross "] edition = "2018" description = "Glfw windowing implementation of the Moss game engine" license = "MIT OR Apache-2.0" [dependencies] moss_windowing = { path = "../moss_windowing", version = "0.1.0" } raw-window-handle = "0.3.3" glfw = "0.41.0"