Features: - Direct Input Engine (no pre-edit buffer, no underline) - Telex + VNI input methods - Auto-restore English words - ESC undo (strip tones) - Smart per-app memory - Macro expansion (ko→không, dc→được, vs→với, lm→làm) - Triple backend: uinput, X11 XTEST, Wayland IM - Hot-reload config - 148 tests passing Packaging: - .deb package - AppImage support - AUR PKGBUILD - Flatpak manifest - Systemd user service
18 lines
489 B
TOML
18 lines
489 B
TOML
[package]
|
|
name = "vietc-protocol"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Viet+ keystroke injection backends (X11/Wayland)"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
wayland-client = { version = "0.31", optional = true }
|
|
wayland-protocols = { version = "0.31", features = ["staging"], optional = true }
|
|
|
|
[features]
|
|
default = []
|
|
x11 = ["dep:pkg-config"]
|
|
wayland-protocol = ["dep:wayland-client", "dep:wayland-protocols"]
|
|
|
|
[build-dependencies]
|
|
pkg-config = { version = "0.3", optional = true }
|