Skip to content

Commit 89fbf6c

Browse files
committed
docs(README): update status badge
1 parent ec6ca00 commit 89fbf6c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# evdev
22

3+
[![LuaRocks](https://img.shields.io/luarocks/v/BlueLua/bluelua-evdev?color=blue)](https://luarocks.org/modules/BlueLua/bluelua-evdev)
4+
[![Test Status](https://github.com/BlueLua/evdev/actions/workflows/test.yml/badge.svg)](https://github.com/BlueLua/evdev/actions/workflows/test.yml)
5+
![Lua Versions](https://img.shields.io/badge/lua-5.1%20%7C%205.2%20%7C%205.3%20%7C%205.4%20%7C%205.5%20%7C%20LuaJIT-blue)
6+
![Platform](https://img.shields.io/badge/platform-linux-lightgrey)
7+
[![License](https://img.shields.io/github/license/BlueLua/evdev?color=lightgrey)](LICENSE)
8+
39
Lua bindings for Linux `evdev` input devices and `/dev/uinput` virtual devices
410
(keyboards, mice, and relative pointers).
511

612
Get started with the
713
[documentation and tutorials](https://bluelua.github.io/evdev).
814

9-
[![LuaRocks](https://img.shields.io/luarocks/v/BlueLua/bluelua-evdev?color=blue)](https://luarocks.org/modules/BlueLua/bluelua-evdev)
10-
[![License](https://img.shields.io/github/license/BlueLua/evdev?color=lightgrey)](LICENSE)
11-
1215
## 🚀 Features
1316

1417
- **Device Discovery**: List and search for connected input devices by name,

0 commit comments

Comments
 (0)