Skip to content

Commit

Permalink
bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eadf committed Dec 8, 2023
1 parent 1deee9e commit 2754500
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ authors = ["eadf"]
crate-type = ["cdylib", "rlib"]

[dependencies]
vector-traits = { version = "0.3.2", features = ["glam"] }
vector-traits = { version = "0.3.4", features = ["glam"] }
#vector-traits = { path = "../vector-traits", features = ["glam"] }
#vector-traits = {git = "https://github.com/eadf/vector-traits.git", features = ["glam"]}
#vector-traits = {git = "[email protected]:eadf/vector_traits_rs.git", features = ["glam"]}
linestring = "0.13.0"
#linestring = { path="../linestring.rs"}
#linestring = {git = "https://github.com/eadf/linestring.rs.git"}
#linestring = {git = "[email protected]:eadf/linestring_rs.git"}
centerline = { version="0.11.0", features = ["glam"]}
#centerline = { path="../centerline.rs", features = ["glam"]}
#centerline = {git = "https://github.com/eadf/centerline.rs.git", features = ["glam"]}
krakel = {version = "0.2.1", features = ["vector-traits", "glam"]}
#centerline = {git = "[email protected]:eadf/centerline_rs.git", features = ["glam"]}
krakel = {version = "0.2.2", features = ["vector-traits", "glam"]}
#krakel = {path = "../krakel", features = ["vector-traits", "glam"]}
#krakel = {git = "https://github.com/eadf/krakel.git", features = ["vector-traits", "glam"]}
#krakel = {git = "[email protected]:eadf/krakel.git", features = ["vector-traits", "glam"]}
hronn = { version = "0.4.0", features = ["glam"]}
#hronn = { path = "../hronn.rs", features = ["glam"]}
#hronn = { git = "https://github.com/eadf/hronn.git", features = ["glam"]}
boostvoronoi = { version = "0.11.0" }
#hronn = { git = "[email protected]:eadf/hronn.git", features = ["glam"]}
boostvoronoi = { version = "0.11.1" }
thiserror = "1.0.50"
ahash = "0.8.6"
smallvec = "1.11.2"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![crates.io](https://img.shields.io/crates/v/hallr.svg)](https://crates.io/crates/hallr)
[![Documentation](https://docs.rs/hallr/badge.svg)](https://docs.rs/hallr)
[![Workflow](https://github.com/eadf/hallr/workflows/Rust/badge.svg)](https://github.com/eadf/hallr.rs/workflows/Rust/badge.svg)
![license](https://img.shields.io/crates/l/hallr)
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/eadf)
Expand Down

0 comments on commit 2754500

Please sign in to comment.