Cargo Features

[dependencies]
octotablet = { version = "0.1.0", default-features = false, features = ["wayland-tablet-unstable-v2", "windows-ink"] }
default = wayland-tablet-unstable-v2, windows-ink

These default features are set whenever octotablet is added without default-features = false somewhere in the dependency tree.

wayland-tablet-unstable-v2 default = wayland-backend, wayland-client, wayland-protocols

Wayland tablet_unstable_v2 support Note: "unstable" here refers to the protocol itself, not to the stability of it's integration into this crate!

windows-ink default = windows

Windows Ink RealTimeStylus support

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

wayland-backend docsrs unix not redox wasm android ios mac wayland-tablet-unstable-v2
wayland-client docsrs unix not redox wasm android ios mac wayland-tablet-unstable-v2
wayland-protocols docsrs unix not redox wasm android ios mac wayland-tablet-unstable-v2
windows docsrs win windows-ink

Enables windows ^0.54.0