[package]
edition = "2021"
name = "affineui-sys"
version = "0.0.2"
build = "build.rs"
links = "affineui_c"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the AffineUI C ABI (affineui_c shared library). EXPERIMENTAL: the ABI is not yet stable."
readme = "README.md"
keywords = [
"gui",
"ui",
"html",
"css",
"ffi",
]
categories = [
"external-ffi-bindings",
"gui",
]
license = "MIT"
repository = "https://github.com/benjcooley/affineui"
[lib]
name = "affineui_sys"
path = "src/lib.rs"
doctest = false