Commit graph

9 commits

Author SHA1 Message Date
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 e3f74d3f3e Remove serde dependency 2023-02-23 18:08:41 +09:00
Stephen Seo f7a635ba7f Fix native build 2023-02-22 14:21:50 +09:00
Stephen Seo c9bd639732 Begin work on Raylib impl of agnostic_interface 2023-02-19 15:51:37 +09:00
Stephen Seo b29a35c2d6 Work on porting away from quicksilver 2023-02-13 17:49:38 +09:00
Stephen Seo ae0eca0e83 Fix compiling (still fails to run) 2022-06-07 16:03:45 +09:00
Stephen Seo 66fca34202 Add saving and loading 2019-10-06 15:01:18 +09:00
Stephen Seo dec7627e37 Add InstantText, change name of project 2019-10-05 17:40:51 +09:00
Stephen Seo 76d55bf58b Init commit 2019-10-05 09:28:41 +09:00