This repository was archived by the owner on Nov 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-24
lines changed Expand file tree Collapse file tree 3 files changed +8
-24
lines changed Original file line number Diff line number Diff line change 1- name : Build & Deploy
2-
3- on :
4- push :
5- branches : [ master ]
6-
7- # Allows you to run this workflow manually from the Actions tab
8- workflow_dispatch :
1+ name : Build & Lint
2+ on : [push, pull_request]
93
104jobs :
115 build :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # 🌑 `` rglua `` [ ![ cratesio] ( https://img.shields.io/crates/v/rglua.svg )] ( https://crates.io/crates/rglua ) ![ Build Status] ( https://www.travis-ci. com/Vurv78/rglua. svg?branch=main ) [ ![ License] ( https://img.shields.io/github/license/Vurv78/rglua?color=red )] ( https://opensource.org/licenses/Apache-2.0 ) [ ![ github/Vurv78] ( https://img.shields.io/discord/824727565948157963?label=Discord&logo=discord&logoColor=ffffff&labelColor=7289DA&color=2c2f33 )] ( https://discord.gg/epJFC6cNsw )
1+ # 🌑 `` rglua `` [ ![ cratesio] ( https://img.shields.io/crates/v/rglua.svg )] ( https://crates.io/crates/rglua ) ![ Build Status] ( https://github. com/Vurv78/rglua/actions/workflows/ci.yml/badge. svg ) [ ![ License] ( https://img.shields.io/github/license/Vurv78/rglua?color=red )] ( https://opensource.org/licenses/Apache-2.0 ) [ ![ github/Vurv78] ( https://img.shields.io/discord/824727565948157963?label=Discord&logo=discord&logoColor=ffffff&labelColor=7289DA&color=2c2f33 )] ( https://discord.gg/epJFC6cNsw )
22
33This is a crate that allows interop with the luajit c api as well as the source sdk through libloading and vtable bindings.
44You can then use these for binary modules or manually injected code, like with [ Autorun-rs] ( https://github.com/Vurv78/Autorun-rs )
@@ -13,3 +13,8 @@ cargo build --release --target=i686-pc-windows-msvc
1313## Acknowledgements
1414### [ garrysmod_common] ( https://github.com/danielga/garrysmod_common )
1515This 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.
16+
17+
18+ ## Comparison
19+ There are actually a decent amount of libraries out there for gmod development
20+
You can’t perform that action at this time.
0 commit comments