mirror of
https://github.com/gnxlxnxx/dubins_path
synced 2026-07-27 15:13:02 +02:00
Update Version
and use euclid from crates
This commit is contained in:
+2
-5
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "dubins_path"
|
name = "dubins_path"
|
||||||
description = "Dubins Path pathfinding algorithm"
|
description = "Dubins Path pathfinding algorithm"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
homepage = "https://github.com/gnxlxnxx/dubins_path"
|
homepage = "https://github.com/gnxlxnxx/dubins_path"
|
||||||
repository = "https://github.com/gnxlxnxx/dubins_path"
|
repository = "https://github.com/gnxlxnxx/dubins_path"
|
||||||
documentation = "https://docs.rs/dubins_path"
|
documentation = "https://docs.rs/dubins_path"
|
||||||
@@ -16,9 +16,6 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
euclid = "0.20.14"
|
||||||
[dependencies.euclid]
|
|
||||||
git = "https://github.com/servo/euclid.git"
|
|
||||||
rev = "1a8b95d46fa33978f7a6dcbb7a4c0f2a0550a1c9"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user