diff options
| author | lstrzebinczyk <[email protected]> | 2017-03-29 23:11:04 +0200 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-04-02 17:09:27 -0400 |
| commit | 193315380ed9c714e5f78b7d1b1224cfc68ccaaa (patch) | |
| tree | 5a59dfc011e5433bc3628fe32073b89f3f41e39f /bin | |
| parent | 5247c3caa0091a77cce772de30cd44aaff484e16 (diff) | |
| download | ruby2d-193315380ed9c714e5f78b7d1b1224cfc68ccaaa.tar.gz ruby2d-193315380ed9c714e5f78b7d1b1224cfc68ccaaa.zip | |
introduce Ruby2D::Renderable
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/ruby2d | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ end # The Ruby 2D library files @lib_files = [ + 'renderable', 'exceptions', 'color', 'window', |
