pd-rs / crankstart

A barely functional, wildly incomplete and basically undocumented Rust crate whose aim is to let you write Games for the Playdate handheld gaming system in Rust.
MIT License
235 stars 24 forks source link

Migrate generate_bindings.sh to POSIX sh #44

Closed tjkirch closed 1 year ago

tjkirch commented 1 year ago

This removes the need for zsh, with minimal syntactic changes and the same behavior.

NOTE: The change on line 45/49 is from #42; I don't think GitHub supports PR dependencies or anything that would let me reflect that this PR depends on that one, it just includes both commits. I have this marked as a draft so it doesn't get merged first. (This seemed better than just waiting to submit, or not including the change and having to redo this.) Edit: ready for review now that #42 is merged.

tjkirch commented 1 year ago

Rebased now that #42 was merged.

tjkirch commented 1 year ago

Fixed: also quote the crankstart_crate_dir paths.