# SPDX-License-Identifier: MPL-2.0 [package] name = "libui-ng-sys" version = "0.7.0" authors = ["norepimorphism "] edition = "2021" description = "Bindings to libui-ng" repository = "https://github.com/norepimorphism/libui-ng-sys" license = "MPL-2.0" categories = ["external-ffi-bindings", "gui", "os"] build = "build.rs" links = "ui" [features] default = ["probe-system-libui"] build-with-msvc = [] build-with-xcode = [] probe-system-libui = [] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin"] [dependencies] libc = "0.2" [target.'cfg(target_os = "macos")'.dependencies] objc = "0.2" [target.'cfg(target_os = "linux")'.dependencies] glib-sys = "0.16" gtk-sys = "0.16" [target.'cfg(target_os = "windows")'.dependencies] windows-sys = { version = "0.42", features = ["Win32_Foundation"] } [build-dependencies] bindgen = { version = "0.63", default-features = false, features = ["runtime", "which-rustfmt"] } error-stack = "0.2" memchr = "2.5" pkg-config = "0.3" thiserror = "1.0"