zorite-editor 0.10.0

A from-scratch multi-line text editor for GPUI — the basis for Zorite's note editor (built on gpui's EntityInputHandler + text-shaping primitives, no gpui-component).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "zorite-editor"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A from-scratch multi-line text editor for GPUI — the basis for Zorite's note editor (built on gpui's EntityInputHandler + text-shaping primitives, no gpui-component)."
homepage = "https://packetthrower.github.io/zorite/reference/crates/zorite-editor/"
readme = "README.md"
keywords = [
    "gpui",
    "editor",
    "markdown",
    "wysiwyg",
    "text-editor",
]
categories = [
    "gui",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/packetThrower/zorite"
resolver = "2"

[lib]
name = "zorite_editor"
path = "src/lib.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.gpui]
version = "0.3"
package = "gpui-pre"

[dependencies.gpui-bidi]
version = "0.1"

[dependencies.unicode-segmentation]
version = "1"

[dependencies.zorite-markdown]
version = "0.9"
default-features = false

[dev-dependencies.gpui_platform]
version = "0.3"
features = [
    "font-kit",
    "wayland",
    "x11",
    "runtime_shaders",
]
package = "gpui-pre-platform"