Cargo Features

[dependencies]
sgpu-compute = { version = "0.1.0", default-features = false, features = ["blocking"] }
default = blocking

The blocking feature is set by default whenever sgpu-compute is added without default-features = false somewhere in the dependency tree.

blocking default

Enables pollster

Affects sgpu-compute::blocking