rukai / PF_Sandbox

A platform fighter sandbox featuring a character editor tightly integrated with gameplay.
GNU General Public License v3.0
41 stars 3 forks source link

Stacktraces are useless on windows. #61

Open rukai opened 6 years ago

rukai commented 6 years ago
  1. PF Sandbox stacktraces are usless on gnu toolchain
    1. backtrace-rs creates useless stacktraces on windows gnu toolchain: https://github.com/alexcrichton/backtrace-rs/issues/66
    2. backtrace-rs is used to provide stacktraces in pf_sandbox
  2. PF Sandbox requires gnu toolchain on windows due to libusb dependency.