summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
blob: 4a642e7de739f2843d0e1bdc3a7d1c90bc2f0a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# gem "rails"

gem "ruby2d", "~> 0.10.0"

gem "felflame", "~> 3.0"

gem "ruby2d-camera", "~> 1.0"