libdebayer-sys 0.2.0

unsafe sys crate to the libdebayer C library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libdebayer-sys"
version = "0.2.0"
edition = "2021"
license = "MPL-2.0"
description = "unsafe sys crate to the libdebayer C library"
homepage = "https://github.com/saronic-technologies/libdebayer"
repository = "https://github.com/saronic-technologies/libdebayer/tree/main/rust/libdebayer-sys"
readme = "../../README.md"

[dependencies]

[build-dependencies]
anyhow = "1.0.86"
bindgen = "0.70.1"
pkg-config = "0.3.30"