From 3925c97751fdfbaa8484c0028dd09fd65331cde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manw=C3=AB?= Date: Thu, 25 Apr 2024 19:16:00 -0300 Subject: [PATCH] readme and package stuff --- README.md | 3 ++- package.json | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d550b53..0750b92 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 508cc9e..cf20b13 100644 --- a/package.json +++ b/package.json @@ -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" @@ -37,4 +41,4 @@ "universal": "napi universal", "version": "napi version" } -} +} \ No newline at end of file