diff --git a/Cargo.toml b/Cargo.toml index 28c1415..44fc26a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "egui_code_editor" authors = ["Roman Chumak "] -version = "0.2.10" +version = "0.2.11" edition = "2021" license = "MIT" repository = "https://github.com/p4ymak/egui_code_editor" @@ -11,7 +11,7 @@ categories = ["gui", "text-editors"] keywords = ["egui", "GUI", "editor", "syntax", "highlighting"] [dependencies] -egui = { version = "0.29", optional = true } +egui = { version = "0.30", optional = true } serde = { version = "1", optional = true} [lib] @@ -33,5 +33,5 @@ name = "tui" test = true [dev-dependencies] -eframe = "0.29" +eframe = "0.30" colorful = "0.3" diff --git a/README.md b/README.md index 2646b91..ecd418c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Egui Code Editor +[![Latest version](https://img.shields.io/crates/v/egui_code_editor.svg)](https://crates.io/crates/egui_code_editor) Text Editor Widget for [egui](https://github.com/emilk/egui) with numbered lines and simple syntax highlighting based on keywords sets.