DeMille / encrusted

A z-machine (interpreter) for text adventure games like Zork
https://sterlingdemille.com/encrusted
MIT License
127 stars 20 forks source link

Cleanup build a bit, quell warnings due to recent language changes. #26

Open CoreyDotCom opened 2 years ago

CoreyDotCom commented 2 years ago

Work in progress. Need to find replacements for hooked print, eprint, and panic js logging due to deprecated rust apis.

djducat commented 1 year ago

Does his resolve the set print and set panic compile errors?