Skip to content

v0.0.4

Compare
Choose a tag to compare
@Chadowo Chadowo released this 14 Dec 05:27
· 136 commits to main since this release
2f43f5e

Summary

Commit 2f43f5e.

  • Gosu v1.4.3
  • MRuby v3.2.0

The executables available are now striped, so the size is significantly reduced.

Added

  • Argument forwarding: now you can pass command line arguments that will be
    forwarded to your script (in ARGV).

Changed

  • MRuby is built with the wrapper, now you only need to build Gosu separately.

Fixed

  • Fused require and load would raise an invalid path error on paths that
    are valid.