Initial commit
This commit is contained in:
commit
673af15cfd
13 changed files with 1927 additions and 0 deletions
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue