File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.9.0] - 2025-05-27
5+ ### Changed
6+ - Update ` build.rs ` to default to platform-specific include paths [ #4 ] ( https://github.com/mthh/sfcgal-sys/pull/4 )
7+
48## [ 0.8.0] - 2024-10-31
59### Changed
610- Generate bindings against latest SFCGAL version ` 2.0.0 ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " sfcgal-sys"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44authors = [" Matthieu Viry <matthieu.viry@cnrs.fr>" ]
55license = " MIT/Apache-2.0"
66edition = " 2021"
@@ -16,4 +16,4 @@ categories = ["external-ffi-bindings"]
1616
1717[build-dependencies ]
1818bindgen = " 0.70"
19- cc = " 1.0 "
19+ cc = " 1.2 "
Original file line number Diff line number Diff line change 22
33[ ![ Build] ( https://github.com/mthh/sfcgal-sys/actions/workflows/test.yml/badge.svg )] ( https://github.com/mthh/sfcgal-sys/actions/workflows/test.yml )
44[ ![ Crates.io] ( https://img.shields.io/crates/v/sfcgal-sys.svg )] ( https://crates.io/crates/sfcgal-sys )
5- [ ![ Documentation] ( https://img.shields.io/badge/documentation-0.8 .0-green )] ( https://mthh.github.io/sfcgal-sys/sfcgal_sys/ )
5+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-0.9 .0-green )] ( https://mthh.github.io/sfcgal-sys/sfcgal_sys/ )
66
7- Rust low-level FFI bindings to [ ` SFCGAL ` ] ( https://sfcgal.gitlab.io/SFCGAL/ ) 2.0 .x C API.
7+ Rust low-level FFI bindings to [ ` SFCGAL ` ] ( https://sfcgal.gitlab.io/SFCGAL/ ) 2.x .x C API.
88Don't use this crate directly, prefer it's higher-level wrapper : [ sfcgal-rs] ( https://github.com/mthh/sfcgal-rs ) .
99
1010> [ !IMPORTANT]
11- > Note that the required version of SFCGAL is currently 2.0.x (latest version - 2024-10-10) .
11+ > Note that the required version of SFCGAL is currently 2.x.x .
1212> If you want to use SFCCAL 1.5.x, you can use the 0.7.x version of this crate / of [ sfcgal-rs] ( https://github.com/mthh/sfcgal-rs ) .
1313
1414## Internals
You can’t perform that action at this time.
0 commit comments