[package]
edition = "2021"
name = "aethermap-gui"
version = "1.4.2"
authors = ["Aethermap Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GUI client for aethermap input remapper"
homepage = "https://github.com/oldnordic/aethermap"
readme = "README.md"
keywords = [
"input",
"remapper",
"macro",
"linux",
"evdev",
]
categories = [
"hardware-support",
"command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oldnordic/aethermap"
[lib]
name = "aethermap_gui"
path = "src/lib.rs"
[[bin]]
name = "aethermap-gui"
path = "src/main.rs"
[[test]]
name = "gui_sanity"
path = "tests/gui_sanity.rs"
[dependencies.aethermap-common]
version = "1.4.2"
[dependencies.ashpd]
version = "0.8"
features = [
"wayland",
"tokio",
]
default-features = false
[dependencies.bincode]
version = "1.3"
[dependencies.iced]
version = "0.12"
features = [
"tokio",
"svg",
"canvas",
]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"