Skip to content

Commit

Permalink
readme and package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Manwe-777 committed Apr 25, 2024
1 parent 889209a commit 3925c97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

WIP

A Rust port of [Unity Spy](https://github.com/hackf5/unityspy)
A Rust port of [Unity Spy](https://github.com/hackf5/unityspy). The codebase can be asily adapted to work with any Unity game, provided the Unity version matches or you re-adapt the offsets.


The original C# code is a little restrictive to build and distribute, hopefully this can enable a more portable codebase; being able to directly include precompiled binaries into any kind of projects (like Electron/NodeJs apps), without having to worry about OS compatibility and intermediate softwares.

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"url": "https://github.com/mtgatool/mtga-reader"
},
"license": "GPL-3.0-only",
"author": {
"name": "Manuel Etchegaray",
"email": "manuel.etchegaray7@gmail.com"
},
"devDependencies": {
"@napi-rs/cli": "^2.18.2",
"ava": "^6.0.1"
Expand All @@ -37,4 +41,4 @@
"universal": "napi universal",
"version": "napi version"
}
}
}

0 comments on commit 3925c97

Please sign in to comment.