Commit graph

9 commits

Author SHA1 Message Date
Stephen Seo f05e8354b1 wasm/Makefile: Rebuild on rust source change 2024-02-16 15:19:00 +09:00
Stephen Seo 1cb833b987 save/load: Impl. save/load for wasm
Kind of messy, could use some cleanup
2024-02-15 19:11:56 +09:00
Stephen Seo aa0a67637f Git repo metadata
Mark raylib.h as "linguist-generated" so that it will not be counted as
part of the repository's statistics.
2024-02-14 15:57:52 +09:00
Stephen Seo 41d2f786fc Fix build
Update dependencies:
  rand -> 0.8.5
  bindgen -> 0.69
(Also used `cargo update`.)

Update LICENSE year.

Fix build.rs based on change in bindgen.

Update to Raylib 5.0.

Fixes in src/original_impl.rs due to changes in rand dependency.
(RNG.gen_range(...) requires 1 range argument instead of two args.)

Minor tweaks to wasm/Makefile.
2024-02-13 12:00:30 +09:00
Stephen Seo e00e23682c Fix wasm build 2023-02-23 15:09:13 +09:00
Stephen Seo 6d95f5b00e Modify wasm Makefile 2023-02-22 14:28:32 +09:00
Stephen Seo 1fa6e1c8b2 Update note of emsdk version 2023-02-22 14:22:28 +09:00
Stephen Seo 9f602ba465 Fix wasm build (normal build is broken) 2023-02-22 13:56:31 +09:00
Stephen Seo 09159a1f53 Work on wasm build 2023-02-22 12:20:14 +09:00