summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-05-27 22:21:45 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-05-27 22:21:45 -0400
commit677eb07b00f13708b0f94517feb1b2a5ab66d61a (patch)
treef9157150b0873c4b51d9e51cb6ce18da0d7b4f3e /Makefile.am
parentb9951013b7b06858b693f4f7ef4a21b4953f5cb3 (diff)
render: Add 9-patch implementation.
* sly/render/nine-patch: New file. * Makefile.am (SOURCES): Add it. * examples/images/dialog.png: New file. * examples/nine-patch.scm: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a49238f..d6363ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,6 +46,7 @@ SOURCES = \
sly/render/font.scm \
sly/render/framebuffer.scm \
sly/render/mesh.scm \
+ sly/render/nine-patch.scm \
sly/render/texture.scm \
sly/render/shader.scm \
sly/render/shape.scm \