wlib 0.2.0

A simple wayland windowing library that gives you a pixel buffer and not much else
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "wlib"
description = "A simple wayland windowing library that gives you a pixel buffer and not much else"
license = "MIT"
version = "0.2.0"
edition = "2024"

[dependencies]
smithay-client-toolkit = "0.20.0"
wayland-client = "0.31.12"
xkb = "0.3.0"
xkeysym = "0.2.1"