[package]
edition = "2021"
name = "wilhelm_renderer_sys"
version = "0.10.0"
authors = ["Anwar Ludin <anwar.ludin@algonents.com>"]
build = "build.rs"
links = "wilhelm_renderer"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native bindings and bundled GLFW/FreeType C/C++ code for wilhelm_renderer"
readme = false
keywords = [
"opengl",
"ffi",
"glfw",
"freetype",
]
categories = [
"external-ffi-bindings",
"rendering::graphics-api",
]
license = "MIT"
repository = "https://github.com/algonents/wilhelm_renderer"
[lib]
name = "wilhelm_renderer_sys"
path = "src/lib.rs"
[build-dependencies.cmake]
version = "0.1.52"