enBoxer/Cargo.toml
en feb2cdb4dc Fix live routing and Video FX overlay.
Hyprland binds called `ipc` twice so mapped keys never reached the daemon.
Overlays now use mpv with wayland-app-id and JSON reload. Empty window_match
matches nothing. Ctrl-c clears binds. Proven: send_shortcut to unfocused
XWayland, mpv overlay class enboxer-vfx.
2026-09-15 07:42:35 +02:00

35 lines
749 B
TOML

[package]
name = "enboxer"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Mapped-key routing and Video FX for World of Warcraft on Hyprland"
repository = "https://gitea.nettsi.de/en/enbuddy"
readme = "README.md"
authors = ["en"]
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
directories = "6"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
tokio = { version = "1", features = [
"fs",
"io-util",
"macros",
"net",
"process",
"rt-multi-thread",
"signal",
"sync",
"time",
] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dev-dependencies]
pretty_assertions = "1"