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