Releases: felixmaker/thunk
Releases · felixmaker/thunk
v0.3.2
Weekly module update
- Bump VC-LTL5 to 5.1.1-Beta2
- Bump YY-Thunks to 1.1.1
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Weekly module update
- Bump VC-LTL5 to 5.1.1-Beta1
- Bump YY-Thunks to 1.0.10-Beta8
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Introducing thunk-rs
In v0.3.0, thunk can be used as rust library. You can use it as build dependencies. Here is the step:
Step1: Ensure command line tools curl and 7z could be found in PATH. (Needed if VC_LTL and YY_THUNKS not found in environment variables)
Step2: Add thunk as a build dependency:
cargo add thunk-rs --build
Step3: Create a build script build.rs:
fn main() {
thunk::thunk();
}
Then, your program should run on Windows XP.
See thunk-rs.
Current, it's tested on VC-LTL 5.0.10-Beta2 and YY-Thunks 1.0.10-Beta7.
v0.2.3
添加 /ENTRY:mainCRTStartup
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- New CLI & Fix Shared Library Build by @felixmaker in #5
New Contributors
- @felixmaker made their first contribution in #5
Full Changelog: v0.1.0...v0.2.0
v0.1.0-beta
Update README.md