From e25bafa391c4e21042c03def02a08fe34fc4de7d Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 18 May 2016 09:20:47 +0200 Subject: [PATCH] change linking --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 07a26d9..b3b1205 100644 --- a/README.md +++ b/README.md @@ -460,24 +460,24 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [PistonDevelopers/conrod](https://github.com/PistonDevelopers/conrod/) — An easy-to-use, immediate-mode, 2D GUI library written entirely in Rust [](https://travis-ci.org/PistonDevelopers/conrod) * Cocoa * [servo/rust-cocoa](https://github.com/servo/cocoa-rs) -* IUP - * [dcampbell24/iup-rust](https://github.com/dcampbell24/iup-rust) — [IUP](http://webserver2.tecgraf.puc-rio.br/iup/) bindings [](https://travis-ci.org/dcampbell24/iup-rust) +* [IUP](http://webserver2.tecgraf.puc-rio.br/iup/) + * [dcampbell24/iup-rust](https://github.com/dcampbell24/iup-rust) — IUP bindings [](https://travis-ci.org/dcampbell24/iup-rust) * [Kiss-ui](https://github.com/KISS-UI/kiss-ui) — a simple UI framework built on IUP [![Build Status](https://travis-ci.org/cybergeek94/kiss-ui.svg?branch=master)](https://travis-ci.org/cybergeek94/kiss-ui) -* GTK+ [[gtk](https://crates.io/keywords/gtk)] - * [gtk-rs/gtk](https://github.com/gtk-rs/gtk) — [GTK+](http://www.gtk.org) bindings [](https://travis-ci.org/gtk-rs/gtk) -* ncurses [[ncurses](https://crates.io/keywords/ncurses)] - * [jeaye/ncurses-rs](https://github.com/jeaye/ncurses-rs) — [ncurses](http://www.gnu.org/software/ncurses/) bindings [](https://travis-ci.org/jeaye/ncurses-rs) +* [GTK+](http://www.gtk.org) [[gtk](https://crates.io/keywords/gtk)] + * [gtk-rs/gtk](https://github.com/gtk-rs/gtk) — GTK+ bindings [](https://travis-ci.org/gtk-rs/gtk) +* [ncurses](http://www.gnu.org/software/ncurses/) [[ncurses](https://crates.io/keywords/ncurses)] + * [jeaye/ncurses-rs](https://github.com/jeaye/ncurses-rs) — ncurses bindings [](https://travis-ci.org/jeaye/ncurses-rs) * OpenGL [[opengl](https://crates.io/keywords/opengl)] * [bjz/gl-rs](https://github.com/bjz/gl-rs) — [](https://travis-ci.org/bjz/gl-rs) * [bjz/glfw-rs](https://github.com/PistonDevelopers/glfw-rs) — [](https://travis-ci.org/bjz/glfw-rs) * [tomaka/glium](https://github.com/tomaka/glium) — safe OpenGL wrapper for the Rust language. [](https://travis-ci.org/tomaka/glium) * [tomaka/glutin](https://github.com/tomaka/glutin) — Rust alternative to [GLFW](http://www.glfw.org/) [](https://travis-ci.org/tomaka/glutin) -* Qt - * [cyndis/qmlrs](https://github.com/cyndis/qmlrs) — [QtQuick](http://doc.qt.io) bindings [](https://travis-ci.org/cyndis/qmlrs) -* Sciter - * [pravic/rust-sciter](https://github.com/pravic/rust-sciter) — Rust bindings for the Sciter, embeddable HTML/CSS/script engine (cross-platform desktop GUI toolkit). [](https://ci.appveyor.com/project/pravic/rust-sciter) -* Termbox - * [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of [termbox](https://github.com/nsf/termbox) [](https://travis-ci.org/gchp/rustbox) +* [Qt](http://doc.qt.io) + * [cyndis/qmlrs](https://github.com/cyndis/qmlrs) — QtQuick bindings [](https://travis-ci.org/cyndis/qmlrs) +* [Sciter](http://sciter.com/) + * [pravic/rust-sciter](https://github.com/pravic/rust-sciter) — Sciter bindings [](https://ci.appveyor.com/project/pravic/rust-sciter) +* [Termbox](https://github.com/nsf/termbox) + * [gchp/rustbox](https://github.com/gchp/rustbox) — a Rust implementation of Termbox [](https://travis-ci.org/gchp/rustbox) * [Vulkan](https://www.khronos.org/vulkan/) [[vulkan](https://crates.io/keywords/vulkan)] * [tomaka/vulkano](https://github.com/tomaka/vulkano) [[vulkano](https://crates.io/crates/vulkano)] — [](https://travis-ci.org/tomaka/vulkano)