og-libwebp-sys 0.1.2

Bindings to libwebp (bindgen, static linking)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "og-libwebp-sys"
version = "0.1.2"
authors = [ "Val Packett <val@packett.cool>" ]
keywords = [ "WebP", "Image", "Picture", "Photo", "Codec" ]
description = "Bindings to libwebp (bindgen, static linking)"
license = "BSD-3-Clause"
readme = "README.md"
homepage = "https://codeberg.org/valpackett/libwebp-sys"
repository = "https://codeberg.org/valpackett/libwebp-sys"
build = "build.rs"

[build-dependencies]
bindgen = "0.50"
cmake = "0.1"