Skip to content

Commit

Permalink
feat(v8/scripting): swap from msgpack-lite to msgpackr
Browse files Browse the repository at this point in the history
Co-authored-by: Dillon Skaggs <[email protected]>
  • Loading branch information
thelindat and AvarianKnight committed Feb 27, 2025
1 parent bc8954f commit 9e2752b
Show file tree
Hide file tree
Showing 5 changed files with 3,439 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ extern char** g_argv;
static const char* g_platformScripts[] = {
"citizen:/scripting/v8/console.js",
"citizen:/scripting/v8/timer.js",
"citizen:/scripting/v8/bufferish.js",
"citizen:/scripting/v8/msgpack.js",
"citizen:/scripting/v8/eventemitter2.js",
"citizen:/scripting/v8/main.js"
Expand Down
Loading

0 comments on commit 9e2752b

Please sign in to comment.