Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Autorun_Win_64.dll | 2021-06-26 | 3.0 MB | |
Autorun_Win_32.dll | 2021-06-26 | 2.7 MB | |
README.md | 2021-06-26 | 400 Bytes | |
Totals: 3 Items | 5.7 MB | 0 |
- 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)