[package] name = "romy-window" version = "0.2.7" authors = ["catt-io "] edition = "2018" license = "MIT" documentation = "https://github.com/catt-io/romy" repository = "https://github.com/catt-io/romy" homepage = "http://www.romy.xyz" description = """ A runtime for portable, archivable and deterministic video games. """ categories = ["games"] keywords = ["game", "runtime"] [dependencies] romy-core = "0.2.0" winit = "0.20.0" cpal = "0.11.0" wgpu = "0.4"