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
This commit is contained in:
Richard Acayan 2025-07-22 17:36:11 -04:00
parent 5babcc41ae
commit 136dad885e

View file

@ -1,6 +1,6 @@
[package] [package]
name = "unfettered-keyboard" name = "unfettered-keyboard"
version = "3.0.0" version = "3.1.0"
edition = "2018" edition = "2018"
license = "GPL-3.0-only" license = "GPL-3.0-only"