From 136dad885e44993a887175ed04ae8d0f662a65a6 Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Tue, 22 Jul 2025 17:36:11 -0400 Subject: [PATCH] Cargo.toml: bump to version 3.1.0 New features: - evfb and evfbo backend (!4) - configurable colors (!7) Fixes: - meta and switch layout keys are pressable even when they can't be emitted as key presses - keysym modifiers correctly update which key presses can be emitted - keep imgref and polling dependencies up-to-date --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 125afd4..58e207b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unfettered-keyboard" -version = "3.0.0" +version = "3.1.0" edition = "2018" license = "GPL-3.0-only"