Skip to content

Commit

Permalink
lyon_geom 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nical committed Oct 23, 2024
1 parent 8c9c1de commit 6aa2fdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/geom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lyon_geom"
version = "1.0.5"
version = "1.0.6"
description = "2D quadratic and cubic bézier arcs and line segment math on top of euclid."
authors = ["Nicolas Silva <[email protected]>"]
repository = "https://github.com/nical/lyon"
Expand Down
2 changes: 1 addition & 1 deletion crates/path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ std = ["lyon_geom/std", "num-traits/std"]
serialization = ["serde/std", "lyon_geom/serialization"]

[dependencies]
lyon_geom = { version = "1.0.4", path = "../geom", default-features = false }
lyon_geom = { version = "1.0.6", path = "../geom", default-features = false }
num-traits = { version = "0.2.15", default-features = false, features = ["libm"] }
serde = { version = "1.0", optional = true, features = ["serde_derive"], default-features = false }

0 comments on commit 6aa2fdb

Please sign in to comment.