diff options
| author | arngo <[email protected]> | 2022-01-18 18:24:13 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2022-01-18 18:24:13 -0500 |
| commit | fc4c4c553c7e6c5c61870ef4d411f3dc40276fa8 (patch) | |
| tree | 5a7e90218ed35c4f48c82cb692bbcf326382c455 /mrbgems/felflame.gembox | |
| parent | fd640fbcbe227cb318498e2319b7856f5d3da711 (diff) | |
| download | mruby-fc4c4c553c7e6c5c61870ef4d411f3dc40276fa8.tar.gz mruby-fc4c4c553c7e6c5c61870ef4d411f3dc40276fa8.zip | |
use mruby-raylib gem
Diffstat (limited to 'mrbgems/felflame.gembox')
| -rw-r--r-- | mrbgems/felflame.gembox | 4 |
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 |
