First working* version after rewrite
This commit is contained in:
parent
18271ac1d3
commit
5df9833edd
22 changed files with 2768 additions and 396 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue