We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f925a4 commit 74491d9Copy full SHA for 74491d9
2 files changed
.luarc.json
@@ -0,0 +1,16 @@
1
+{
2
+ "diagnostics": {
3
+ "globals": ["_TEST", "inspect"],
4
+ "disable": ["deprecated", "invisible"],
5
+ "ignoredFiles": "Disable"
6
+ },
7
+ "workspace": {
8
+ "ignoreDir": ["spec/json_spec.lua"],
9
+ "library": [
10
+ "~/.cache/lua/busted",
11
+ "~/.cache/lua/luafilesystem",
12
+ "~/.cache/lua/luassert",
13
+ "~/.cache/lua/pl"
14
+ ]
15
+ }
16
+}
types/evdev.d.lua
@@ -8,7 +8,7 @@
---Lua bindings for Linux evdev devices and /dev/uinput virtual devices.
---
---@class evdev
----@field _VERSION "evdev 0.1.0"
+---@field _VERSION "evdev 0.2.0"
---@field _core evdev._core
---@field device evdev.device
---@field devices evdev.devices
0 commit comments