summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-02-22 18:07:06 -0500
committerrealtradam <[email protected]>2022-02-22 18:07:06 -0500
commit72afb175a1d0196588959b3ddea4c8b9e06ccf3e (patch)
treec25063ab98a1892970f1098fa10c908214e36346 /Gemfile
parent108b0c6a98ebf691b855978df9286f1e6b07c640 (diff)
downloadarbitrary-polygon-collision-72afb175a1d0196588959b3ddea4c8b9e06ccf3e.tar.gz
arbitrary-polygon-collision-72afb175a1d0196588959b3ddea4c8b9e06ccf3e.zip
ported to mruby-raylib
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index 94ab5da..0000000
--- a/Gemfile
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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"