Cargo Features
[dependencies]
byondapi = { version = "0.5.11", default-features = false, features = ["byond-515-1621", "byond-516-1648"] }
- default = byond-516-1648
-
The
byond-516-1648
feature is set by default wheneverbyondapi
is added without
somewhere in the dependency tree.default-features = false - byond-515-1621
-
Enables old-crash-workaround of byondapi-macros, byond-515-1621 of byondapi-sys
- byond-516-1648 default
-
Enables byond-516-1648 of byondapi-sys
Affects
byondapi::pixloc
,byondapi::runtime
…