summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorarngo <[email protected]>2022-01-18 18:24:13 -0500
committerarngo <[email protected]>2022-01-18 18:24:13 -0500
commitfc4c4c553c7e6c5c61870ef4d411f3dc40276fa8 (patch)
tree5a7e90218ed35c4f48c82cb692bbcf326382c455
parentfd640fbcbe227cb318498e2319b7856f5d3da711 (diff)
downloadmruby-fc4c4c553c7e6c5c61870ef4d411f3dc40276fa8.tar.gz
mruby-fc4c4c553c7e6c5c61870ef4d411f3dc40276fa8.zip
use mruby-raylib gem
-rw-r--r--mrbgems/felflame.gembox4
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/felflame.gembox b/mrbgems/felflame.gembox
index 7f86486be..459adab62 100644
--- a/mrbgems/felflame.gembox
+++ b/mrbgems/felflame.gembox
@@ -37,8 +37,8 @@ conf.gem :core => "mruby-bin-config"
# -- OTHER GEMS --
# Test gem
-conf.gem :git => '[email protected]:realtradam/sample-mruby-gem.git', :branch => 'test'
-conf.gem :git => '[email protected]:realtradam/mruby-raylib.git'
+#conf.gem :git => '[email protected]:realtradam/sample-mruby-gem.git', :branch => 'test'
+conf.gem :git => '[email protected]:realtradam/mruby-raylib.git', :branch => 'dev'
# -- POTENTIAL GEMS --
# gems that we may want incorperated