summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorlstrzebinczyk <[email protected]>2017-03-29 23:11:04 +0200
committerTom Black <[email protected]>2017-04-02 17:09:27 -0400
commit193315380ed9c714e5f78b7d1b1224cfc68ccaaa (patch)
tree5a59dfc011e5433bc3628fe32073b89f3f41e39f /bin
parent5247c3caa0091a77cce772de30cd44aaff484e16 (diff)
downloadruby2d-193315380ed9c714e5f78b7d1b1224cfc68ccaaa.tar.gz
ruby2d-193315380ed9c714e5f78b7d1b1224cfc68ccaaa.zip
introduce Ruby2D::Renderable
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ruby2d1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ruby2d b/bin/ruby2d
index d399479..c98b464 100755
--- a/bin/ruby2d
+++ b/bin/ruby2d
@@ -14,6 +14,7 @@ end
# The Ruby 2D library files
@lib_files = [
+ 'renderable',
'exceptions',
'color',
'window',