Cargo Features
[dependencies]
selene-lib = { version = "0.27.1", default-features = false, features = ["force_exhaustive_checks", "roblox"] }
- default = roblox
-
The
roblox
feature is set by default wheneverselene-lib
is added without
somewhere in the dependency tree.default-features = false - force_exhaustive_checks
- roblox default
-
Enables roblox of full_moon ^0.19.0
full_moon:
backwards compatibility
Affects
lints::roblox_incorrect_color3_new_bounds
,lints::roblox_incorrect_roact_usage
,lints::roblox_suspicious_udim2_new
…