First working* version after rewrite

This commit is contained in:
willifan 2025-01-12 23:30:31 +01:00
parent 18271ac1d3
commit 5df9833edd
22 changed files with 2768 additions and 396 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "ewwbar"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = "1.0.199"
serde_json = "1.0.116"
hyprland = "0.3.13"
smithay-client-toolkit = "0.19.2"
env_logger = "0.11.6"
wayland-client = "0.31.7"