We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ce36a commit 9a6693cCopy full SHA for 9a6693c
Cargo.toml
@@ -9,7 +9,7 @@ rust-version = "1.72"
9
[dependencies]
10
egui = "0.25.0"
11
eframe = { version = "0.25.0", default-features = false, features = [
12
- "accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies.
+ "accesskit", # Make egui compatible with screen readers. NOTE: adds a lot of dependencies.
13
"default_fonts", # Embed the default egui fonts.
14
"glow", # Use the glow rendering backend. Alternative: "wgpu".
15
"persistence", # Enable restoring app state when restarting the app.
0 commit comments