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 wheneverphysac
is added without
somewhere in the dependency tree.default-features = false - raylib
-
Enables raylib
- sync phys_thread
- phys_thread default = sync
- debug
Physac has 5 features without comments.