easytab 0.2.0

A Rust crate built for vendor-agnostic interaction with pen & tablet devices.
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
    "include-component-in-tag": true,
    "include-v-in-tag": true,
    "tag-separator": "@",
    "separate-pull-requests": true,
    "packages": {
        ".": {
            "package-name": "easytab",
            "release-type": "rust"        
        }
    }
}