elvwlc

2 commits
Updated 2026-06-10 17:49:22
.
./Cargo.toml
[package]
name = "elvwlc"
version = "0.1.0"
edition = "2024"
description = "A lightweight wayland client"
repository = "https://elvsc.fr/elvwlc"
keywords = ["wayland"]
categories = ["linux", "wayland"]

readme = "README.md"
license = "GPLv3"

[dependencies]
elvwlc-derive = { version = "0.1.0", path = "derive" }
elvwf = { version = "0.1.0", path = "/home/jj/elvwf", features = ["alloc"] }

libc = { version = "0.2.186", features = ["use_std"] }