1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Update some crates (#2100)

* Update crate webbrowser 0.7 -> 0.8

* Update criterion 0.3 -> 0.4

* Update tts 0.20 -> 0.24

* revert tts update
This commit is contained in:
Emil Ernerfeldt
2022-10-02 20:33:45 +02:00
committed by GitHub
parent 981fdb3932
commit 77df8ca0b0
5 changed files with 54 additions and 184 deletions

View File

@@ -144,4 +144,4 @@ web-sys = { version = "0.3.58", features = [
# optional
# feature screen_reader
tts = { version = "0.20", optional = true } # Can't use 0.22 due to compilation problems on linux: https://github.com/emilk/egui/runs/7170127089?check_suite_focus=true#step:5:713
tts = { version = "0.20", optional = true } # Can't use 0.21-0.24 due to compilation problems on linux

View File

@@ -59,9 +59,9 @@ puffin = { version = "0.13", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
# feature screen_reader
tts = { version = "0.20", optional = true } # Can't use 0.22 due to compilation problems on linux: https://github.com/emilk/egui/runs/7170127089?check_suite_focus=true#step:5:713
tts = { version = "0.20", optional = true } # Can't use 0.21-0.24 due to compilation problems on linux
webbrowser = { version = "0.7", optional = true }
webbrowser = { version = "0.8", optional = true }
[target.'cfg(any(target_os="linux", target_os="dragonfly", target_os="freebsd", target_os="netbsd", target_os="openbsd"))'.dependencies]
smithay-clipboard = { version = "0.6.3", optional = true }

View File

@@ -45,7 +45,7 @@ syntect = { version = "5", optional = true, default-features = false, features =
[dev-dependencies]
criterion = { version = "0.3", default-features = false }
criterion = { version = "0.4", default-features = false }
[[bench]]

View File

@@ -85,7 +85,7 @@ atomic_refcell = "0.1" # Used instead of parking_lot on on wasm. See https://git
[dev-dependencies]
criterion = { version = "0.3", default-features = false }
criterion = { version = "0.4", default-features = false }
[[bench]]