1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-14 22:23:30 +02:00

move conrod one level up, since it'd not SDL specific

This commit is contained in:
kud1ing 2016-01-16 14:37:44 +01:00
parent 03ed3388b0
commit 567881ff3c

View File

@ -338,6 +338,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
### GUI
* [PistonDevelopers/conrod](https://github.com/PistonDevelopers/conrod/) — An easy-to-use, immediate-mode, 2D GUI library written entirely in Rust [<img src="https://travis-ci.org/PistonDevelopers/conrod.svg?branch=master">](https://travis-ci.org/PistonDevelopers/conrod)
* Cocoa
* [servo/rust-cocoa](https://github.com/servo/cocoa-rs)
* IUP
@ -357,7 +358,6 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
* SDL
* [AngryLawyer/rust-sdl2](https://github.com/AngryLawyer/rust-sdl2) — [SDL2](http://www.libsdl.org/) bindings [<img src="https://travis-ci.org/AngryLawyer/rust-sdl2.svg?branch=master">](https://travis-ci.org/AngryLawyer/rust-sdl2)
* [brson/rust-sdl](https://github.com/brson/rust-sdl) — [SDL1](http://www.libsdl.org/) bindings [<img src="https://travis-ci.org/brson/rust-sdl.svg?branch=master">](https://travis-ci.org/brson/rust-sdl)
* [PistonDevelopers/conrod](https://github.com/PistonDevelopers/conrod/) — An easy-to-use, immediate-mode, 2D GUI library written entirely in Rust [<img src="https://travis-ci.org/PistonDevelopers/conrod.svg?branch=master">](https://travis-ci.org/PistonDevelopers/conrod)
* SFML
* [jeremyletang/rust-sfml](https://github.com/jeremyletang/rust-sfml) — [SFML](http://www.sfml-dev.org/) bindings [<img src="https://travis-ci.org/jeremyletang/rust-sfml.svg?branch=master">](https://travis-ci.org/jeremyletang/rust-sfml)
* Termbox