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

18 lines
392 B
Markdown
Raw Normal View History

2025-04-28 23:24:58 -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:
```shell
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.