1
Fork 0
mirror of https://github.com/redstrate/sqexpatch-sys.git synced 2025-05-20 12:07:46 +00:00
sqexpatch-sys/README.md
2025-04-28 23:25:41 -04:00

392 B

sqexpatch-sys

Incomplete Rust bindings for sqexPatch.dll.

Building

Since sqexPatch.dll is 32-bit, make sure to use the i686 target. For example, when cross-compiling on Linux:

cargo build --target i686-pc-windows-gnu  

An example application is provided with the basic example to test if it's working.

License

This project is licensed under the MIT license.