mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Add dependency to prepare for follow-on change
This commit is contained in:
parent
8adb670d49
commit
6c45865e24
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -950,6 +950,7 @@ name = "fj-core"
|
||||
version = "0.49.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"approx 0.5.1",
|
||||
"fj-interop",
|
||||
"fj-math",
|
||||
"itertools",
|
||||
|
@ -14,6 +14,7 @@ categories.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
approx = "0.5.1"
|
||||
fj-interop.workspace = true
|
||||
fj-math.workspace = true
|
||||
itertools = "0.13.0"
|
||||
|
Loading…
Reference in New Issue
Block a user