HellRok / Taylor

A simple game engine built using raylib and mruby
https://www.taylormadetech.dev
MIT License
97 stars 6 forks source link

Use a gembox #25

Closed Chadowo closed 7 months ago

Chadowo commented 7 months ago

We can use a gembox to group all the mgems needed to compile MRuby, this way we can avoid repetition in the build configuration of each platform.

HellRok commented 7 months ago

Thank you for this, I wasn't aware of this feature! If you add a CHANGELOG entry I'll be happy to merge

Chadowo commented 7 months ago

Done @HellRok :)

Chadowo commented 7 months ago

Sorry, it seems like I used single quotes instead of double quotes in some parts of the code, I can hook you up a quick PR to fix that if you want.

HellRok commented 7 months ago

Don't worry, I'll fix it up now. It's an easy mistake to make.

I really should let some parts of the build run automatically on PRs