Skip to content

Autorun-rs v0.3.0

Compare
Choose a tag to compare
@Vurv78 Vurv78 released this 26 Jun 21:09
· 84 commits to main since this release
  • Removed a lot of repetitive code
  • Updated for rglua v0.2.0
  • Manually dealing with CString conversion, so fixed issues with it causing crashes
  • Clean up the main autorun thread when gmod closes, to avoid that error box showing up when closing gmod.
  • Remove winapi as a dependency, just use extern "system" binding
  • Use anyhow as a dependency
  • Cleanup a lot of code (Especially in lib.rs)