Skip to content

Commit

Permalink
egui 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
p4ymak committed Dec 17, 2024
1 parent e533f72 commit 3a2b746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "egui_code_editor"
authors = ["Roman Chumak <p4ymak@yandex.ru>"]
version = "0.2.10"
version = "0.2.11"
edition = "2021"
license = "MIT"
repository = "https://github.com/p4ymak/egui_code_editor"
Expand All @@ -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]
Expand All @@ -33,5 +33,5 @@ name = "tui"
test = true

[dev-dependencies]
eframe = "0.29"
eframe = "0.30"
colorful = "0.3"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 3a2b746

Please sign in to comment.