mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
16 lines
368 B
Plaintext
16 lines
368 B
Plaintext
file = {
|
|
"init.moon",
|
|
"elements/element.moon",
|
|
"elements/window.moon",
|
|
"main.moon",
|
|
"util.moon",
|
|
"Element.luadoc",
|
|
}
|
|
|
|
project = "Pop.Box()"
|
|
description = "GUI library for [LÖVE](https://love2d.org/), designed for ease of use"
|
|
title = "Documentation"
|
|
--package = "pop" --has to be same name as source directory
|
|
format = "markdown"
|
|
dir = "docs"
|