add utf8.encode

This commit is contained in:
MihailRis
2024-10-25 17:22:54 +03:00
parent e6ad3e41a6
commit 52e62bbf95
3 changed files with 30 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@ static void create_libs(State* L, StateType stateType) {
openlib(L, "quat", quatlib);
openlib(L, "time", timelib);
openlib(L, "toml", tomllib);
openlib(L, "utf8", utf8lib);
openlib(L, "vec2", vec2lib);
openlib(L, "vec3", vec3lib);
openlib(L, "vec4", vec4lib);