mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Use more workspace dependencies (#3975)
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -48,8 +48,18 @@ opt-level = 2
|
||||
|
||||
|
||||
[workspace.dependencies]
|
||||
#TODO(emilk): make more things workspace dependencies
|
||||
ahash = { version = "0.8.6", default-features = false, features = [
|
||||
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
|
||||
"std",
|
||||
] }
|
||||
backtrace = "0.3"
|
||||
criterion = { version = "0.5.1", default-features = false }
|
||||
document-features = "0.2"
|
||||
glow = "0.13"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
nohash-hasher = "0.2"
|
||||
parking_lot = "0.12"
|
||||
puffin = "0.19"
|
||||
puffin_http = "0.16"
|
||||
raw-window-handle = "0.6.0"
|
||||
|
||||
Reference in New Issue
Block a user