Initial commit

This commit is contained in:
Val Packett 2026-03-04 01:53:44 -03:00
commit 673af15cfd
13 changed files with 1927 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "wl-backdrop"
version = "0.1.0"
edition = "2024"
authors = ["Val Packett <val@invisiblethingslab.com>"]
keywords = ["Desktop", "Wayland"]
description = "Wayland proxy providing window decorations"
license = "GPLv3"
readme = "README.md"
[dependencies]
env_logger = "0.11.9"
eyre = "0.6.12"
log = "0.4.29"
memmap2 = "0.9.10"
uapi = "0.2.13"
wl-proxy = { version = "0.1.1", features = ["suite-wayland-protocols"] }