0.1.57 - 2025-12-17
- Revert canonicalizing the build directory and make the path absolute instead (#267)
0.1.56 - 2025-12-13
0.1.55 - 2025-12-11
- Remove the
\\?\prefix from paths (#259) - Add Visual Studio 2026 support (#255)
- Make sure that cmake generate build files in current dir (#194)
- Set the MSRV to 1.65 and test this in CI
- Canonicalize the build directory
- Use
eprintlninstead to print the command running next (#191)
0.1.54 - 2025-02-10
- Remove workaround for broken
cc-rsversions (#235) - Be more precise in the description of
register_dep(#238)
0.1.53 - 2025-01-27
- Disable broken Make jobserver support on OSX to fix parallel builds (#229)
0.1.52 - 2024-11-25
- Expose cc-rs no_default_flags for hassle-free cross-compilation (#225)
- Add a
successjob to CI - Change
--buildto use an absolute path - Merge pull request #195 from meowtec/feat/improve-fail-hint
- Improve hint for cmake not installed in Linux (code 127)
0.1.51 - 2024-08-15
- Add JOM generator support (#183)
- Improve visionOS support (#209)
- Use
Genericfor bare-metal systems (#187)
- Fix cross compilation on android armv7 and x86 (#186)