Skip to content

Releases: felixmaker/thunk

v0.3.2

11 Jun 16:00

Choose a tag to compare

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

26 May 03:35

Choose a tag to compare

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

19 May 11:20

Choose a tag to compare

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

05 Oct 02:32

Choose a tag to compare

添加 /ENTRY:mainCRTStartup

v0.2.2

24 Sep 09:56

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

24 Jun 09:35
1f0ca59

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Jun 10:26

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0-beta

23 Apr 16:36
6adc8ca

Choose a tag to compare

v0.1.0-beta Pre-release
Pre-release
Update README.md