pixman-sys 0.1.0

Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.65.0"
name = "pixman-sys"
version = "0.1.0"
authors = ["Christian Meissl <meissl.christian@gmail.com>"]
description = "Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization."
documentation = "https://docs.rs/pixman-sys/"
readme = "README.md"
keywords = [
    "pixman",
    "2d",
]
categories = [
    "rendering",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/cmeissl/pixman-rs"

[dependencies]