docs.rs failed to build easytab-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
easytab is a Rust crate built for vendor-agnostic interaction with pen & tablet devices. It aims to have a very simple interface that can be easily integrated with other code.
= "0.2.0"
Features
- Windows support.
raw-window-handlesupport with theraw-window-handlefeature.
Example
See examples/basic.rs for an example with winit.
Roadmap
- Implement basic Windows support.
- Implement basic Linux support.
- Implement basic MacOS support.
- Implement support for selecting specific tablet devices.
- I have this functionality mostly implemented but I'm yet to decide if it is: A) useful, and B) within scope of this crate.