Version bump and updated readme.
This commit is contained in:
parent
29b17f6e20
commit
a5ff555af3
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "Led"
|
name = "Led"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
Led
|
Led
|
||||||
===
|
===
|
||||||
|
|
||||||
Led is a simple console-based text editor.
|
Led is a humble and simple console-based text editor, written in
|
||||||
|
[Rust](https://www.rust-lang.org) and using
|
||||||
The long-term goals of Led are to be a scriptable, cross-platform code editor with both a console and GUI interface that you can take with you wherever you go. It's a long ways off from that at the moment, however.
|
[Ropey](https://crates.io/crates/ropey) as its text buffer.
|
||||||
|
|
||||||
Other projects that inspire the general direction of Led include [Zed](http://zedapp.org), [Vim](http://www.vim.org), and [Emacs](http://www.gnu.org/software/emacs/).
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user