diff --git a/README.md b/README.md index 7e6e170f2..d077e03a6 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ In general, using a HaxeUI `backend` is as simple as just including `haxeui-core Currently, HaxeUI supports the following `backends`. Please refer to each `backend` for specific instructions on how to set-up and initialise the host framework (if required). -| Backend Library | Dependencies | Platforms | Native Components | CI | -| ------------- | -----------------------| ----------------- | :-----: | ------ | -| haxeui-openfl | `OpenFL` / `Lime` | | | [![Build Status](https://travis-ci.org/haxeui/haxeui-openfl.svg?branch=master)](https://travis-ci.org/haxeui/haxeui-openfl) | -| haxeui-kha | `Kha` | | | [![Build Status](https://travis-ci.org/haxeui/haxeui-kha.svg?branch=master)](https://travis-ci.org/haxeui/haxeui-kha) | -| haxeui-html5 | _`none`_ | | | [![Build Status](https://travis-ci.org/haxeui/haxeui-html5.svg?branch=master)](https://travis-ci.org/haxeui/haxeui-html5) | -| haxeui-pixijs | `PixiJS` | | | [![Build Status](https://travis-ci.org/haxeui/haxeui-pixijs.svg?branch=master)](https://travis-ci.org/haxeui/haxeui-pixijs) | -| haxeui-nme | `NME` | | | [![Build Status](https://travis-ci.org/haxeui/haxeui-nme.svg?branch=master)](https://travis-ci.org/haxeui/haxeui-nme) | -| haxeui-hxwidgets | `hxWidgets` / `wxWidgets` | | | [![Build Status](https://travis-ci.org/haxeui/haxeui-hxwidgets.svg?branch=master)](https://travis-ci.org/haxeui/haxeui-hxwidgets) | +| Backend Library | Dependencies | Platforms | Native Components | +| ------------- | -----------------------| ----------------- | :-----: | +| haxeui-openfl | `OpenFL` / `Lime` | | | +| haxeui-kha | `Kha` | | | +| haxeui-html5 | _`none`_ | | | +| haxeui-pixijs | `PixiJS` | | | +| haxeui-nme | `NME` | | | +| haxeui-hxwidgets | `hxWidgets` / `wxWidgets` | | | ## Usage