# 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] name = "libui-ffi" version = "0.3.0" authors = ["Jakob K "] build = "build.rs" links = "ui" description = "Easy to build low-level bindings to 'libui-ng'" documentation = "https://docs.rs/libui-ffi/" readme = "README.md" keywords = [ "windows", "gtk", "gui", "user_interface", "macos", ] categories = [ "gui", "os::macos-apis", "os::unix-apis", "os::windows-apis", ] license = "MIT" repository = "https://github.com/libui-rs/libui" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.66" [build-dependencies.cc] version = "1.0" [build-dependencies.embed-resource] version = "2.2" [build-dependencies.pkg-config] version = "0.3" [features] build = [] default = [ "fetch", "build", ] fetch = []