forked to master
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-07 10:40:14 +01:00
src Update keysyms to xkbcommon 1.6.0 2024-01-06 20:16:23 -06:00
.gitignore build: update to Zig version 0.13.0 2024-06-07 13:25:47 +02:00
build.zig build: update to Zig version 0.13.0 2024-06-07 13:25:47 +02:00
build.zig.zon build: bump version to 0.4.0-dev 2025-03-07 10:40:14 +01:00
LICENSE Initial commit 2020-10-14 23:55:24 +02:00
README.md docs: fix zig version in README 2025-03-07 10:36:43 +01:00

zig-xkbcommon

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

The main repository is on codeberg, which is where the issue tracker may be found and where contributions are accepted.

Read-only mirrors exist on sourcehut and github.

Versioning

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

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

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

Breaking changes in zig-xkbcommon'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.