[dependencies.egui]
default-features = false
version = "0.29"
[dependencies.egui_extras]
default-features = false
version = "0.29"
[dependencies.pulldown-cmark]
default-features = false
version = "0.12"
[dependencies.syntect]
default-features = false
features = ["default-fancy"]
optional = true
version = "5.0.0"
[features]
better_syntax_highlighting = ["dep:syntect"]
[package]
authors = ["Erlend Walstad"]
categories = ["gui"]
description = "Shared code for egui_commonmark and egui_commonmark_macros"
documentation = "https://docs.rs/egui_commonmark_backend"
edition = "2021"
include = ["**/*.rs", "LICENSE-MIT", "LICENSE-APACHE", "Cargo.toml"]
keywords = ["commonmark", "egui"]
license = "MIT OR Apache-2.0"
name = "egui_commonmark_backend"
readme = "README.md"
repository = "https://github.com/lampsitter/egui_commonmark"
rust-version = "1.76"
version = "0.18.0"