[package] name = "carbide_winit" version = "0.70.0" authors = [ "Mitchell Nordine ", "Sven Nilsen " ] keywords = ["ui", "widgets", "gui", "interface", "graphics"] description = "An easy-to-use, 100% Rust, extensible 2D GUI library." license = "MIT OR Apache-2.0" readme = "../../README.md" repository = "https://github.com/pistondevelopers/carbide.git" homepage = "https://github.com/pistondevelopers/carbide" categories = ["gui"] [lib] name = "carbide_winit" path = "./src/lib.rs" [dependencies]