yeah-editor 0.1.0

yeah-editor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "yeah-editor"
version = "0.1.0"
edition = "2024"
description = "yeah-editor"
license = "MIT"
readme = "README.md"
repository = "https://github.com/kawayww/yeah-editor"
homepage = "https://github.com/kawayww/yeah-editor"
keywords = ["editor", "xilem", "gui", "tui"]
rust-version = "1.85"
exclude = ["examples"]

[dependencies]
xilem = "0.4.0"