# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "libui-ng-sys" version = "0.7.0" authors = ["norepimorphism "] build = "build.rs" links = "ui" description = "Bindings to libui-ng" readme = "README.md" categories = [ "external-ffi-bindings", "gui", "os", ] license = "MPL-2.0" repository = "https://github.com/norepimorphism/libui-ng-sys" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin", ] [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.63" features = [ "runtime", "which-rustfmt", ] default-features = false [build-dependencies.error-stack] version = "0.2" [build-dependencies.memchr] version = "2.5" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.thiserror] version = "1.0" [features] build-with-msvc = [] build-with-xcode = [] default = ["probe-system-libui"] probe-system-libui = [] [target."cfg(target_os = \"linux\")".dependencies.glib-sys] version = "0.16" [target."cfg(target_os = \"linux\")".dependencies.gtk-sys] version = "0.16" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.42" features = ["Win32_Foundation"]