Skip to content

Commit

Permalink
Fix comparison error
Browse files Browse the repository at this point in the history
Criminally underrated library, zero stars yet checks everything glua-sys and gmod-rs don't.
  • Loading branch information
Vurv78 authored Jan 6, 2022
1 parent 8280926 commit a4724b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Here's a comparison and why you could use this one.
| Interfacing w/ Source SDK | ✔️ ||||
| Returning Result<> from functions | ✔️ ||| ✔️ |
| Can be used on stable | ✔️ | ✔️ || ✔️ |
| Real world examples | ✔️ || 〰️ | |
| Real world examples | ✔️ || 〰️ | ✔️ |
| Linux / OSX Support | ✔️ || ✔️ | ✔️ |
| Github Stars | 😢 | 👍 | 👑 | 🤷‍♂️ |

__*You can help with that last one 😉*__

## Acknowledgements
### [garrysmod_common](https://github.com/danielga/garrysmod_common)
This is heavily based off of garrysmod_common, in how we export the lua_shared functions and trying to replicate everything from the Lua C Api.
This is heavily based off of garrysmod_common, in how we export the lua_shared functions and trying to replicate everything from the Lua C Api.

0 comments on commit a4724b0

Please sign in to comment.