File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " thunk-rs"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44edition = " 2021"
55authors = [" felixmaker" ]
6- description = " Thunk the Rust program to support old Windows platforms !"
6+ description = " Thunk the Rust program to support Windows XP, Vista and more !"
77license = " Apache-2.0 OR MIT"
88keywords = [" build-dependencies" ]
99readme = " README.md"
Original file line number Diff line number Diff line change @@ -37,3 +37,8 @@ Then, your program should run on Windows XP.
3737 - vc_ltl_only: Enables VC-LTL5 to make the final executable run without VC runtime installed.
3838 - lib: Enables this when compiling a library.
3939 - subsystem_windows: Enables this when you want to hide console.
40+
41+ ## Test Status
42+
43+ - VC-LTL5: 5.1.1-Beta1
44+ - YY-Thunks: 1.0.10-Beta8
Original file line number Diff line number Diff line change 22
33use std:: { env, path:: PathBuf , process:: Command } ;
44
5- const VC_LTL_VERSION : & ' static str = "5.0.10-Beta2 " ;
6- const YY_THUNKS_VERSION : & ' static str = "1.0.10-Beta7 " ;
5+ const VC_LTL_VERSION : & ' static str = "5.1.1-Beta1 " ;
6+ const YY_THUNKS_VERSION : & ' static str = "1.0.10-Beta8 " ;
77
88/// This function should be call in build.rs.
99pub fn thunk ( ) {
You can’t perform that action at this time.
0 commit comments