Skip to content

Commit d0cd315

Browse files
committed
Added Gemfile
1 parent 4285fd6 commit d0cd315

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Gemfile.lock

Gemfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'suncalc'
4+
5+
# gosu gem requires the 'gosu' and 'sdl2' libraries to be installed. On macos
6+
# you can that using homebrew:
7+
# `brew install gosu`
8+
# `brew install sdl2`
9+
gem 'gosu'
10+
11+
# ruby2d gem requires the 'simple2d' library to be installed. On macos you can
12+
# do that using homebrew:
13+
# `brew tap simple2d/tap`
14+
# `brew install simple2d`
15+
gem 'ruby2d'

0 commit comments

Comments
 (0)