Initial Commit

This commit is contained in:
2022-06-26 11:11:03 -05:00
commit 4e0506e46d
10 changed files with 121 additions and 0 deletions

6
examples/window.cr Normal file
View File

@@ -0,0 +1,6 @@
require "./../src/cyberarm_engine"
class Window < CyberarmEngine::Window
end
Window.new(width: 700, height: 700).show