Cargo Features

[dependencies]
physac = { version = "0.1.1", default-features = false, features = ["raylib", "sync", "phys_thread", "debug"] }
default = phys_thread

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

raylib

Enables raylib

sync phys_thread
phys_thread default = sync
debug

Physac has 5 features without comments.