1
0
Fork 0
forked from wry/wry

all: reorganize packages for release

This commit is contained in:
Julian Orth 2024-04-04 15:48:36 +02:00
parent c659b478cf
commit b374947b45
9 changed files with 32 additions and 21 deletions

18
Cargo.lock generated
View file

@ -39,13 +39,6 @@ dependencies = [
"memchr",
]
[[package]]
name = "algorithms"
version = "0.1.0"
dependencies = [
"smallvec",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
@ -500,11 +493,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "jay"
name = "jay-algorithms"
version = "0.1.0"
dependencies = [
"smallvec",
]
[[package]]
name = "jay-compositor"
version = "0.1.0"
dependencies = [
"ahash",
"algorithms",
"anyhow",
"arrayvec",
"ash",
@ -523,6 +522,7 @@ dependencies = [
"humantime",
"indexmap",
"isnt",
"jay-algorithms",
"jay-config",
"jay-toml-config",
"libloading 0.8.1",