Updated README.

This commit is contained in:
Branimir Karadzic 2014-11-15 16:19:43 -08:00
parent c805b36cba
commit 23c046cd8c
3 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,5 @@
root = true
[*]
indent_style = tab
indent_size = 4
@ -8,3 +10,4 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
max_line_length = 80

View file

@ -664,6 +664,7 @@ James Gray ([@james4k](https://github.com/james4k)) - Go language API bindings.
p0nce ([@p0nce](https://github.com/p0nce)) - D language API bindings.
Mike Popoloski ([@MikePopoloski](https://github.com/MikePopoloski)) - C#/VB/F#
language API bindings, WinRT/WinPhone support.
Kai Jourdan ([@questor](https://github.com/questor)) - 23-vectordisplay example
[License (BSD 2-clause)](https://github.com/bkaradzic/bgfx/blob/master/LICENSE)
-------------------------------------------------------------------------------

View file

@ -302,6 +302,7 @@ exampleProject("19-oit")
exampleProject("20-nanovg")
exampleProject("21-deferred")
exampleProject("22-windows")
exampleProject("23-vectordisplay")
if _OPTIONS["with-shared-lib"] then
bgfxProject("-shared-lib", "SharedLib", {})