This commit is contained in:
2025-07-22 00:26:22 +09:00
parent f38b576d3a
commit af1160fcae
5 changed files with 23 additions and 8 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# runpe-rs
## Requirements
- Mingw32 gcc/g++ (`g++` in PATH)
- Rust target `i686-pc-windows-gnu`
## Usage
1. put exe to `exe/s.exe`
2. `cargo build --release`
3. voila!