fix(workspace): remove std from selene to avoid feature errors

This commit is contained in:
Serkyo 2026-05-12 12:30:52 +02:00
parent 9eff8ffb78
commit 527e4976e4

View file

@ -1,4 +1,6 @@
std = "lua52"
[rules]
unknown_variable = "deny"
# Standard library is omitted to avoid "feature not enabled" errors in the pre-compiled binary.
# Custom globals should be added to the [rules] or via custom std files later.