summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAve2024-04-12 00:44:51 +0000
committerAve2024-04-12 00:44:51 +0000
commit044af0e99d40a449c855d989feb7ad8ff042783f (patch)
tree7feb37ab1d5b6f5fb9bb18fbae15ccd913b08b15 /README.md
parent6d7c85fb2ce657e8e5a79c3223dd981958176ff8 (diff)
downloadohook-rs-044af0e99d40a449c855d989feb7ad8ff042783f.zip
Remove windows-sys dependency and code cleanupHEADmain
This affects the source code only, output binary hashes remain the same.
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index a04c81a..d173a0d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-# ohook.rs
-
-A rewrite of [ohook](https://github.com/asdcorp/ohook) in Rust for decreased size, easier building, and better reproducibility. For more information on ohook check the original repo.
-
-## Building
-Rust 1.77.1 and [Visual Studio Build Tools 2022 LTSC 17.6](https://download.visualstudio.microsoft.com/download/pr/a851fc84-7739-4b67-a7da-2c8564e30b38/b4133f16d790c3ee7325fff80c47094d94dff44b426b86db9013b200bb669ce2/vs_BuildTools.exe) running on Windows is required if you want to build binaries bit-for-bit identical to the release. To build x64, run `cargo build --release`, and for x86 run `cargo build --release --target i686-pc-windows-msvc`.
-
-## License
-
-The project is licensed under the terms of the MIT License.
+# ohook.rs
+
+A rewrite of [ohook](https://github.com/asdcorp/ohook) in Rust for decreased size, easier building, and better reproducibility. For more information on ohook check the original repo.
+
+## Building
+Rust 1.77.1 and [Visual Studio Build Tools 2022 LTSC 17.6](https://download.visualstudio.microsoft.com/download/pr/a851fc84-7739-4b67-a7da-2c8564e30b38/b4133f16d790c3ee7325fff80c47094d94dff44b426b86db9013b200bb669ce2/vs_BuildTools.exe) running on Windows is required if you want to build binaries bit-for-bit identical to the release. To build x64, run `cargo build --release`, and for x86 run `cargo build --release --target i686-pc-windows-msvc`.
+
+## License
+
+The project is licensed under the terms of the MIT License.