[package] name = "minpixwin" version = "0.1.2" authors = ["abjorck "] edition = "2018" resolver = "2" license = "MPL-2.0" license-file = "LICENSE" repository = "https://github.com/abjorck/minpixwin" readme = "README.md" categories = ["graphics","gui"] keywords = ["simple", "graphics", "pixels", "screen", "window"] description = "Create a window to render pixels to with minimal effort" [dependencies] pixels = "0.6" winit = "0.25" winit_input_helper = "0.10"