We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 152b5ad + ef3fad3 commit 4bfc7e0Copy full SHA for 4bfc7e0
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rdp"
3
-version = "0.13.3"
+version = "0.13.4"
4
authors = ["Stephan Hügel <[email protected]>"]
5
description = "An FFI wrapper for the Ramer–Douglas–Peucker and Visvalingam-Whyatt algorithms"
6
readme = "README.md"
@@ -12,16 +12,16 @@ license = "MIT"
12
edition = "2021"
13
14
[dependencies]
15
-libc = "0.2.147"
16
-geo = "0.28.0"
+libc = "0.2.174"
+geo = "0.30.0"
17
geo-types = "0.7.13"
18
-num-traits = "0.2.15"
+num-traits = "0.2.19"
19
20
[dev-dependencies]
21
-criterion = "0.4"
+criterion = "0.6"
22
23
[build-dependencies]
24
-cbindgen = "0.26.0"
+cbindgen = "0.29.0"
25
26
[features]
27
headers = []
0 commit comments