jjant / runty8

A Pico8 clone in Rust.
MIT License
222 stars 17 forks source link

Make users not have to depend on `include_dir` #33

Closed jjant closed 1 year ago

jjant commented 1 year ago

Users used to have to have a dependency on include_dir to be able to use runty8::load_assets!. See: https://github.com/Michael-F-Bryan/include_dir/issues/87.