theobserver 0.2.0

A library to read pen pressure using evdev
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "theobserver"
version = "0.2.0"
edition = "2021"
license = "MIT"
keywords = ["gamedev", "gui"]
description = "A library to read pen pressure using evdev"
homepage = "https://codeberg.org/may/theobserver/src/branch/main"
repository = "https://codeberg.org/may/theobserver/src/branch/main"
documentation = "https://codeberg.org/may/theobserver/src/branch/main"
readme = "README.md"

[dependencies]
error-utils-derive = "0.1.3"
evdev = "0.12.1"
log = "0.4.20"