[[example]]
name = "demo"
[dependencies.egui]
version = "0.25.0"
[dev-dependencies.eframe]
version = "0.25.0"
[lib]
name = "egui_code_editor"
[package]
authors = ["Roman Chumak <p4ymak@yandex.ru>"]
categories = ["gui", "text-editors"]
description = "egui Code Editor widget with numbered lines and syntax highlighting.."
edition = "2021"
keywords = ["egui", "GUI", "editor", "syntax", "highlighting"]
license = "MIT"
name = "egui_code_editor"
readme = "README.md"
repository = "https://github.com/p4ymak/egui_code_editor"
version = "0.2.1"