iced-code-editor 0.3.4

A custom code editor widget for the Iced GUI framework with syntax highlighting, line numbers, and scrolling support.
Documentation
[package]
name = "iced-code-editor"
description = "A custom code editor widget for the Iced GUI framework with syntax highlighting, line numbers, and scrolling support."
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage = "https://github.com/LuDog71FR/iced-code-editor"
documentation = "https://docs.rs/iced-code-editor"
readme = "../README.md"
keywords = ["gui", "interface", "widgets", "iced", "editor"]
categories = ["gui"]

[dependencies]
iced.workspace = true
syntect = "5.3"
iced_font_awesome = "0.4"
iced_aw = "0.13"
rust-i18n = "3"
unicode-width = "0.2.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lints]
workspace = true