wlib 0.2.5

A simple wayland windowing library that gives you a pixel buffer and not much else
Documentation
# Wlib
A simple library for creating a wayland window and manipulating its raw pixel buffer.

[crates.io](https://crates.io/crates/wlib), [docs.rs](https://docs.rs/wlib/latest/wlib/)

## Use case
If you want to create a CPU rendered application, and have wayland support.
For example, a doomlike game or a software rasteriser.

## Features 
- Keyboard and mouse input 
- Custom window sizing
- Confirm close

## Requirements
- Building needs `linux-headers` installed to get the named raw key codes.

## Example

[main.rs](https://github.com/Kn4ughty/wlib/blob/main/src/main.rs) outputs:

<img width="500" height="500" alt="image" src="https://github.com/user-attachments/assets/517b9fa0-9879-4724-a9ec-d2c24b0bd42b" />