forked to keep up with master
Find a file
2026-04-22 16:39:31 -04:00
.gitignore depend on stacksmash/pixman for static C build 2026-04-22 16:39:31 -04:00
build.zig depend on stacksmash/pixman for static C build 2026-04-22 16:39:31 -04:00
build.zig.zon depend on stacksmash/pixman for static C build 2026-04-22 16:39:31 -04:00
LICENSE Initial commit 2020-10-13 22:09:12 +02:00
pixman.zig update to master 2026-04-17 23:21:25 -04:00
README.md update to master 2026-04-17 23:21:25 -04:00

zig-pixman

zig 0.17 bindings for pixman that are a little nicer to use than the output of zig translate-c.

Forked from ifreund/zig-pixman.

Versioning

For now, zig-pixman versions are of the form 0.major.patch. A major version bump indicates a zig-pixman release that breaks API or requires a newer Zig version to build. A patch version bump indicates a zig-pixman release that is fully backwards compatible.

For unreleased versions, the -dev suffix is used (e.g. 0.1.0-dev).

The version of zig-pixman currently has no direct relation to the upstream pixman version supported.

Breaking changes in zig-pixman's API will be necessary until a stable Zig 1.0 version is released, at which point I plan to switch to a new versioning scheme and start the version numbers with 1 instead of 0.