Skip to content

Commit 3bc3651

Browse files
committed
Improve README
1 parent 24e70e6 commit 3bc3651

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
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+
[![Static Badge](https://img.shields.io/badge/documentation-0.7-green)](https://mthh.github.io/sfcgal-sys/sfcgal_sys/)
56

67
Rust low-level FFI bindings to [`SFCGAL`](https://sfcgal.gitlab.io/SFCGAL/) 1.5.x C API.
78
Don't use this crate directly, prefer it's higher-level wrapper : [sfcgal-rs](https://github.com/mthh/sfcgal-rs).
89

9-
[Documentation](https://mthh.github.io/sfcgal-rs/sfcgal_sys/)
10+
> [!IMPORTANT]
11+
> Note that the required version of SFCGAL is currently 1.5.x (latest version - 2023-10-30).
12+
> If you want to use SFCCAL 1.4.x, you can use the 0.6.x version of this crate / of [sfcgal-rs](https://github.com/mthh/sfcgal-rs).
1013
1114
## Internals
1215

0 commit comments

Comments
 (0)