1
Fork 0
mirror of https://github.com/redstrate/sqexpatch-sys.git synced 2025-05-20 03:57:45 +00:00
Incomplete Rust bindings for sqexPatch.dll
Find a file
2025-04-28 23:25:41 -04:00
examples Add initial files 2025-04-28 23:25:41 -04:00
src Add initial files 2025-04-28 23:25:41 -04:00
.gitignore Add initial files 2025-04-28 23:25:41 -04:00
build.rs Add initial files 2025-04-28 23:25:41 -04:00
Cargo.toml Add initial files 2025-04-28 23:25:41 -04:00
LICENSE Add initial files 2025-04-28 23:25:41 -04:00
README.md Add initial files 2025-04-28 23:25:41 -04:00

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.