Skip to content

Commit 9a6693c

Browse files
authored
Update Cargo.toml
Fix typo
1 parent 50ce36a commit 9a6693c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.72"
99
[dependencies]
1010
egui = "0.25.0"
1111
eframe = { version = "0.25.0", default-features = false, features = [
12-
"accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies.
12+
"accesskit", # Make egui compatible with screen readers. NOTE: adds a lot of dependencies.
1313
"default_fonts", # Embed the default egui fonts.
1414
"glow", # Use the glow rendering backend. Alternative: "wgpu".
1515
"persistence", # Enable restoring app state when restarting the app.

0 commit comments

Comments
 (0)