More README formatting

This commit is contained in:
Ryan McGrath 2019-05-24 21:57:37 -07:00
parent c7ef19a943
commit 67a0dc6e46
No known key found for this signature in database
GPG key ID: 811674B62B666830
2 changed files with 6 additions and 7 deletions

View file

@ -6,9 +6,7 @@ Alchemy - A Rust GUI Framework
[![Gitter](https://badges.gitter.im/alchemy-rs/alchemy.svg)](https://gitter.im/alchemy-rs/alchemy)
[![Crates.io](https://img.shields.io/crates/v/alchemy.svg)](https://crates.io/crates/alchemy)
API Documentation: [latest release](https://docs.rs/alchemy) [trunk branch](https://docs.alchemy.rs)
[Homepage](https://alchemy.rs)
[Homepage](https://alchemy.rs) • [API Documentation](https://docs.rs/alchemy/)
Alchemy is a Rust GUI Framework, backed by native widgets on each platform it supports, with an API that's a blend of those found in AppKit, UIKit, and React Native. It aims to provide an API that feels at home in Rust, while striving to provide a visual appearance that's easy to scan and parse. It does not, and will never, require nightly. It's still early stages, but feedback and contributions are welcome.