mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-09-18 13:26:42 +02:00
extract deps; add parking-lot, tracing-tracy
This commit is contained in:
parent
4172fa2577
commit
92f992e2e6
4 changed files with 117 additions and 22 deletions
|
|
@ -27,6 +27,7 @@ anyhow = { version = "1.0" }
|
|||
atomic_float = { version = "1" }
|
||||
better-panic = { version = "0.3.0" }
|
||||
konst = { version = "0.3.16", features = [ "rust_1_83" ] }
|
||||
parking_lot = { version = "0.12.5" }
|
||||
|
||||
bumpalo = { optional = true, version = "3.19.0" }
|
||||
crossterm = { optional = true, version = "0.29.0" }
|
||||
|
|
@ -44,6 +45,8 @@ profiling = { version = "1.0.18", optional = true, features = ["profile
|
|||
tracing = { version = "0.1", optional = true, default-features = false, features = [ "std" ] }
|
||||
tracing-subscriber = { version = "0.3", optional = true }
|
||||
tracing-flame = { version = "0.2", optional = true }
|
||||
tracing-tracy = { version = "0.11.4", optional = true }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = { version = "^1" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue