mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
add GUI
This commit is contained in:
parent
e9ccb09096
commit
1b7f60c1a7
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -11,6 +11,7 @@ Only projects that are more than a prototype should be added. Projects that do n
|
||||||
- [Computation](#computation)
|
- [Computation](#computation)
|
||||||
- [Cryptography](#cryptography)
|
- [Cryptography](#cryptography)
|
||||||
- [Encoding](#encoding)
|
- [Encoding](#encoding)
|
||||||
|
- [GUI](#gui)
|
||||||
- [Web Programming](#web-programming)
|
- [Web Programming](#web-programming)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
|
|
||||||
|
@ -60,7 +61,16 @@ Only projects that are more than a prototype should be added. Projects that do n
|
||||||
* [Florob/RustyXML](https://github.com/Florob/RustyXML) — an XML parser written in Rust
|
* [Florob/RustyXML](https://github.com/Florob/RustyXML) — an XML parser written in Rust
|
||||||
* [netvl/rust-xml](https://github.com/netvl/rust-xml) — a streaming XML library
|
* [netvl/rust-xml](https://github.com/netvl/rust-xml) — a streaming XML library
|
||||||
|
|
||||||
|
### GUI
|
||||||
|
|
||||||
|
* Cocoa
|
||||||
|
* [mozilla-servo/rust-cocoa](https://github.com/mozilla-servo/rust-cocoa) —
|
||||||
|
* Gtk
|
||||||
|
* [JeremyLetang/rgtk](https://github.com/JeremyLetang/rgtk) —
|
||||||
|
* ncurses
|
||||||
|
* [jeaye/ncurses-rs](https://github.com/jeaye/ncurses-rs) — [![Build Status](https://travis-ci.org/jeaye/ncurses-rs.png?branch=master)](https://travis-ci.org/jeaye/ncurses-rs.png)
|
||||||
|
* Termbox
|
||||||
|
* [gchp/rustbox](https://github.com/gchp/rustbox) —
|
||||||
|
|
||||||
### Web Programming
|
### Web Programming
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue