Updated main.lua
This commit is contained in:
parent
8a3ee6a4fb
commit
3e3fae8c34
3
init.lua
3
init.lua
@ -36,7 +36,7 @@ local current_folder = (...):gsub('%.init$', '') .. "."
|
||||
|
||||
local cpml = {
|
||||
_LICENSE = "CPML is distributed under the terms of the MIT license. See LICENSE.md.",
|
||||
_URL = "https://github.com/shakesoda/cpml",
|
||||
_URL = "https://github.com/excessive/cpml",
|
||||
_VERSION = "0.0.9",
|
||||
_DESCRIPTION = "Cirno's Perfect Math Library: Just about everything you need for 3D games. Hopefully."
|
||||
}
|
||||
@ -48,6 +48,7 @@ local files = {
|
||||
"mat4",
|
||||
"mesh",
|
||||
"octree",
|
||||
"point",
|
||||
"quadtree",
|
||||
"quat",
|
||||
"simplex",
|
||||
|
Loading…
x
Reference in New Issue
Block a user