Cargo Features
[dependencies]
selene-lib = { version = "0.28.0", default-features = false, features = ["force_exhaustive_checks", "lua52", "lua53", "lua54", "luajit", "roblox"] }
- default = lua52, lua53, lua54, luajit, roblox
-
These default features are set whenever
selene-lib
is added without
somewhere in the dependency tree.default-features = false - force_exhaustive_checks
- lua52 default
- lua53 default
- lua54 default
- luajit default
- roblox default
-
full_moon:
backwards compatibility
Affects
lints::roblox_incorrect_color3_new_bounds
,lints::roblox_incorrect_roact_usage
,lints::roblox_suspicious_udim2_new
…