rayjs icon indicating copy to clipboard operation
rayjs copied to clipboard

Attempt upgrading all dependencies

Open iongion opened this issue 11 months ago • 3 comments

Added

  • Changes specifier in CHANGELOG.md
  • Version specifier in VERSION
  • Node version specifier in .nvmrc to allow compatibility
  • Simple shell script to invoke the bindings generator in generate-bindings.sh
  • Simple shell script to invoke the build process in one step in build-rayjs.sh

Changed

  • Upgraded raylib to 9a8d73e
  • Upgraded raygui to 82ba2b1
  • Upgraded quickjs to 6a89d7c
  • Generated new bindings
  • Upgraded all packages of the bindings generator

Removed

  • Removed the need of transpilation when using the bindings generator (this is useful to debug generator issues as ts-node can represent errors as they are, without the need of source maps)
  • Removed webpack requirement

Fixed

  • Markdown linting errors

iongion avatar Mar 17 '24 12:03 iongion