twrite 0.16.0

A fast, modular, customizable text editor engine for GPUI
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 = "twrite"
version = "0.16.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, modular, customizable text editor engine for GPUI"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ToonionOfficial/twrite"
resolver = "2"

[features]
default = []
font-kit = ["gpui/font-kit"]
markdown = [
    "twrite-core/markdown",
    "twrite-gpui/markdown",
]
wayland = ["gpui/wayland"]
x11 = ["gpui/x11"]

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

[dependencies.gpui]
version = "0.2.2"

[dependencies.twrite-core]
version = "0.16.0"

[dependencies.twrite-gpui]
version = "0.16.0"