[package]
edition = "2024"
name = "keypop"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transparent keypress overlay for Linux screencasts and demos"
readme = "README.md"
keywords = [
"keypress",
"overlay",
"screencast",
"wayland",
"linux",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/OmChillure/keypop"
[[bin]]
name = "keypop"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.dirs]
version = "5"
[dependencies.eframe]
version = "0.29"
features = [
"wayland",
"x11",
"wgpu",
]
[dependencies.egui]
version = "0.29.1"
[dependencies.evdev]
version = "0.12.2"
[dependencies.libc]
version = "0.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "0.8"
[dependencies.x11rb]
version = "0.13"