cmake 0.1.51

A build dependency for running `cmake` to build a native library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog

## [Unreleased]

## [0.1.51]https://github.com/rust-lang/cmake-rs/compare/v0.1.50...v0.1.51 - 2024-08-15

### Added

- Add JOM generator support ([#183]https://github.com/rust-lang/cmake-rs/pull/183)
- Improve visionOS support ([#209]https://github.com/rust-lang/cmake-rs/pull/209)
- Use `Generic` for bare-metal systems ([#187]https://github.com/rust-lang/cmake-rs/pull/187)

### Fixed

- Fix cross compilation on android armv7 and x86 ([#186]https://github.com/rust-lang/cmake-rs/pull/186)