[package] name = "nuklear-sys" #version = "4.0.2" #version of nuklear.h version = "4.0.5" authors = ["Serhii Plyhun "] description = "Raw bindings to Nuklear 2D GUI library" homepage = "https://github.com/snuk182/nuklear-rust" repository = "https://github.com/snuk182/nuklear-rust" license = "MIT OR Apache-2.0" build = "build.rs" links = "nuklear" [lib] name = "nuklear_sys" path = "src/lib.rs" [dependencies] libc = "~0.2" [build-dependencies] cc = "~1.0"