[package] name = "neh" version = "0.0.6" edition = "2021" authors = ["LatteSyobon"] categories = ["api-bindings", "gui"] description = "Provides event handlers for NXUI" keywords = ["nxui", "GUI"] license = "MIT" readme = "README.md" repository = "https://github.com/LatteSyobon/nxui" documentation = "https://docs.rs/nxui/" homepage = "https://crates.io/crates/nxui" rust-version = "1.58" [lib] name = "neh" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nxui = "0.0.6" [dependencies.windows] version = "0.32.0" features = [ "alloc", "Data_Xml_Dom", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", ] [dependencies.windows-sys] version = "0.32.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", ] [target.'cfg(linux)'.dependencies] gtk = {version = "0.15.3", package = "gtk"}