Pop.Box/config.ld
2017-01-02 17:30:55 -08:00

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"