1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

bump msrv 1.64 and tts + bindgen dep (#2274)

* bump msrv 1.64 and tts + bindgen dep

* Update crates/egui-winit/Cargo.toml

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* Update crates/eframe/Cargo.toml

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
Red Artist
2022-11-11 14:57:25 +05:30
committed by GitHub
parent e225c6b8d0
commit 8ff139687a
6 changed files with 105 additions and 69 deletions

View File

@@ -61,7 +61,7 @@ puffin = { version = "0.14", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
# feature screen_reader
tts = { version = "0.20", optional = true } # Can't use 0.21-0.24 due to compilation problems on linux
tts = { version = "0.24", optional = true }
webbrowser = { version = "0.8", optional = true }