egui_code_editor 0.1.2

egui Code Editor widget with numbered lines and syntax highlighting..
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.egui]
version = "0.22.0"

[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.1.2"