write 0.1.1

A fullscreen, distraction-free, write-only Markdown editor that fades text away to silence the writer's inner editor.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "write"
version = "0.1.1"
edition = "2024"
description = "A fullscreen, distraction-free, write-only Markdown editor that fades text away to silence the writer's inner editor."
license = "MIT"
repository = "https://github.com/wbbradley/write"
readme = "README.md"

[dependencies]
chrono = { version = "0.4.45", default-features = false, features = ["clock"] }
dirs = "6.0.0"
eframe = "0.34.3"