We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596d3bc commit 1291f36Copy full SHA for 1291f36
Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://github.com/p4ymak/egui_code_editor"
8
description = "egui Code Editor widget with numbered lines, syntax highlighting and auto-completion.."
9
readme = "README.md"
10
categories = ["gui", "text-editors"]
11
-keywords = ["egui", "GUI", "editor", "syntax", "highlighting", "completion"]
+keywords = ["egui", "GUI", "editor", "syntax", "highlighting"]
12
13
[dependencies]
14
egui = { version = "0.33", optional = true }
0 commit comments