libcogcore-sys 0.1.0

FFI bindings to libcogcore (Cog WPE browser engine)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libcogcore-sys"
version = "0.1.0"
edition.workspace = true
description = "FFI bindings to libcogcore (Cog WPE browser engine)"
license.workspace = true
links = "cogcore"
include = ["src/**/*", "build.rs", "wrapper.h", "vendor/include/**/*", "Cargo.toml"]

[build-dependencies]
bindgen = "0.72"
pkg-config = "0.3.33"

[dependencies]
libc = "0.2"