summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
blob: 94ab5da5087d8b2a60389dc2c87dd30687f8c81b (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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 "ruby2d-camera", "~> 1.1"