Update library notes

This commit is contained in:
Mm2PL 2024-10-06 16:07:40 +02:00
parent 235da004cd
commit 0d9f5f2576
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -126,8 +126,6 @@ void PluginController::openLibrariesFor(Plugin *plugin, const QDir &pluginDir)
luaL_Reg{LUA_COLIBNAME, luaopen_coroutine}, luaL_Reg{LUA_COLIBNAME, luaopen_coroutine},
luaL_Reg{LUA_TABLIBNAME, luaopen_table}, luaL_Reg{LUA_TABLIBNAME, luaopen_table},
// luaL_Reg{LUA_IOLIBNAME, luaopen_io},
// - explicit fs access, needs wrapper with permissions, no usage ideas yet
// luaL_Reg{LUA_OSLIBNAME, luaopen_os}, // luaL_Reg{LUA_OSLIBNAME, luaopen_os},
// - fs access // - fs access
// - environ access // - environ access