mirror of
https://github.com/redstrate/sqexpatch-sys.git
synced 2025-05-20 12:07:46 +00:00
18 lines
392 B
Markdown
18 lines
392 B
Markdown
|
# 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.
|