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

We no longer use tts, so remove speech-related dependencies (#2698)

This commit is contained in:
Emil Ernerfeldt
2023-02-08 18:45:44 +01:00
committed by GitHub
parent 0fc25c2680
commit ebeb788b1f
5 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ To write web apps using `glow` you can use [`eframe`](https://github.com/emilk/e
To use on Linux, first run:
```
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
```
This crate optionally depends on [`egui-winit`](https://github.com/emilk/egui/tree/master/crates/egui-winit).