Cargo Features

[dependencies]
wdk = { version = "0.2.0", default-features = false, features = ["alloc", "nightly"] }
default = alloc

The alloc feature is set by default whenever wdk is added without default-features = false somewhere in the dependency tree.

alloc default
nightly

Enables nightly of wdk-sys

WDK has 3 features without comments.