tree: move shared tree types into workspace crate
This commit is contained in:
parent
a1e4641e82
commit
89dc6c91cf
6 changed files with 303 additions and 266 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -705,6 +705,7 @@ dependencies = [
|
|||
"jay-time",
|
||||
"jay-toml-config",
|
||||
"jay-tracy",
|
||||
"jay-tree-types",
|
||||
"jay-units",
|
||||
"jay-utils",
|
||||
"jay-wire-buf",
|
||||
|
|
@ -862,6 +863,15 @@ dependencies = [
|
|||
"tracy-client-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-tree-types"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"jay-config",
|
||||
"jay-utils",
|
||||
"linearize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-units"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue