added accessibility for the ui. it can work with my screen reader as well. (#819)

This commit is contained in:
brightening-eyes
2026-05-07 01:10:29 +03:30
committed by GitHub
parent 1b38c5408e
commit ea624e886a
2 changed files with 735 additions and 22 deletions
Generated
+734 -22
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -71,6 +71,7 @@ eframe = { version = "0.28", default-features = false, features = [
"glow",
"wgpu",
"persistence",
"accesskit",
], optional = true }
url = "2.5.8"