mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update library notes
This commit is contained in:
parent
235da004cd
commit
0d9f5f2576
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue