blob: 4b77ceb7c6d5e78dcc2ed6851ed00d4cc93da353 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# frozen_string_literal: true
source "https://rubygems.org"
# Specify your gem's dependencies in felpack-r2d-bindings.gemspec
gemspec
gem "rake", "~> 13.0"
gem "ruby2d", "~> 0.9.5", :git => "https://github.com/ruby2d/ruby2d"
|