Skip to content

Commit 6d96c8d

Browse files
authored
Merge pull request #10 from osrd-project/low_level_curves
Implement curves
2 parents 848db43 + 43fc0d4 commit 6d96c8d

File tree

4 files changed

+648
-0
lines changed

4 files changed

+648
-0
lines changed

Cargo.lock

+316
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7+
approx = "0.5.1"
78
flatbuffers = "23.5"
9+
geo = "0.28"
10+
thiserror = "1.0"

0 commit comments

Comments
 (0)