From a5ff555af372dbc155750ccc6db5e5516057d088 Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl Date: Sun, 31 Dec 2017 03:12:21 -0800 Subject: [PATCH] Version bump and updated readme. --- Cargo.toml | 2 +- readme.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c15a410..18321da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Led" -version = "0.0.1" +version = "0.0.2" authors = ["Nathan Vegdahl "] license = "MIT" diff --git a/readme.md b/readme.md index 39bce31..4e0576e 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,6 @@ Led === -Led is a simple console-based text editor. - -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. - -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/). \ No newline at end of file +Led is a humble and simple console-based text editor, written in +[Rust](https://www.rust-lang.org) and using +[Ropey](https://crates.io/crates/ropey) as its text buffer.