Skip to content

Commit 2c34744

Browse files
Copilotrami3l
authored andcommitted
refactor(curves): replace flo-curves with kurbo
1 parent a76c24b commit 2c34744

31 files changed

Lines changed: 404 additions & 1256 deletions

File tree

Cargo.lock

Lines changed: 39 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ anyhow = "1.0.102"
7575
bytes = "1.11.1"
7676
clap = { version = "4.6.0", features = ["derive"] }
7777
dioxus-devtools = "0.7.9"
78-
flo_curves = { git = "https://github.com/Pangpang-Studio/flo_curves.git", branch = "dev" }
7978
indexmap = "2.14.0"
79+
kurbo = { version = "0.13.1", features = ["serde"] }
8080
num-traits = "0.2.19"
8181
serde = { version = "1", features = ["derive"] }
8282
tokio = { version = "1.52.3" }

crates/monoxide-curves/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ repository.workspace = true
88
version.workspace = true
99

1010
[dependencies]
11-
flo_curves.workspace = true
1211
itertools.workspace = true
12+
kurbo.workspace = true
1313
monoxide-spiro.workspace = true
14-
num-traits.workspace = true
1514
serde.workspace = true
1615
thiserror.workspace = true

0 commit comments

Comments
 (0)