mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-28 12:56:57 +02:00
3e...
This commit is contained in:
parent
816150125d
commit
4fcbcdda86
5 changed files with 607 additions and 566 deletions
29
Cargo.lock
generated
29
Cargo.lock
generated
|
|
@ -2137,7 +2137,7 @@ version = "0.50.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
||||
dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2559,8 +2559,10 @@ version = "0.9.12"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"cfg-if",
|
||||
"libc",
|
||||
"petgraph",
|
||||
"redox_syscall 0.5.18",
|
||||
"smallvec",
|
||||
"windows-link",
|
||||
|
|
@ -2620,6 +2622,16 @@ dependencies = [
|
|||
"pest",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "petgraph"
|
||||
version = "0.6.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
||||
dependencies = [
|
||||
"fixedbitset",
|
||||
"indexmap",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "phf"
|
||||
version = "0.11.3"
|
||||
|
|
@ -3827,6 +3839,7 @@ dependencies = [
|
|||
"livi",
|
||||
"notify-debouncer-full",
|
||||
"palette",
|
||||
"parking_lot 0.12.5",
|
||||
"proptest",
|
||||
"proptest-derive",
|
||||
"quanta",
|
||||
|
|
@ -3836,6 +3849,7 @@ dependencies = [
|
|||
"tek_proc",
|
||||
"tengri",
|
||||
"toml 0.9.12+spec-1.1.0",
|
||||
"tracing-mutex",
|
||||
"uuid",
|
||||
"wavers",
|
||||
"winit",
|
||||
|
|
@ -3905,7 +3919,7 @@ dependencies = [
|
|||
"parking_lot 0.12.5",
|
||||
"rustix 1.1.4",
|
||||
"signal-hook",
|
||||
"windows-sys 0.60.2",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4246,6 +4260,17 @@ dependencies = [
|
|||
"tracing-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tracing-mutex"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "64aed473bc9271d160dce1fda5daebec76bb740f9db452bf6c9682344a5e44c0"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"lock_api",
|
||||
"parking_lot 0.12.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tracing-subscriber"
|
||||
version = "0.3.23"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue