mirror of https://github.com/buggins/dlangui.git
update readme
This commit is contained in:
parent
5ab50e327f
commit
17289b2804
|
@ -3,10 +3,11 @@ Dlang UI
|
|||
|
||||
[](https://gitter.im/buggins/dlangui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/buggins/dlangui) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KPSNU8TYF6M5N "Donate once-off to this project using Paypal")
|
||||
|
||||

|
||||
|
||||
Cross platform GUI for D. Widgets, layouts, styles, themes, unicode, i18n, OpenGL based acceleration.
|
||||
|
||||

|
||||
|
||||
|
||||
GitHub page: [https://github.com/buggins/dlangui](https://github.com/buggins/dlangui)
|
||||
|
||||
Project site: [http://buggins.github.io/dlangui](http://buggins.github.io/dlangui)
|
||||
|
@ -22,7 +23,6 @@ Screenshots: [http://buggins.github.io/dlangui/screenshots.html](http://buggins.
|
|||
Coding style: [https://github.com/buggins/dlangui/blob/master/CODING_STYLE.md](https://github.com/buggins/dlangui/blob/master/CODING_STYLE.md)
|
||||
|
||||
|
||||
WARNING: recent breaking change: some event listeners were renamed, e.g. onClickListener -> click, onFocusChangeListener -> focusChange...
|
||||
WARNING: dependencies in dlangui/deps now are git submodules (if you previously cloned them into deps directory, remove deps dir before updating dlangui project)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue