mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Updated README.
This commit is contained in:
parent
c805b36cba
commit
23c046cd8c
3 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
-------------------------------------------------------------------------------
|
||||
|
|
|
@ -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", {})
|
||||
|
|
Loading…
Reference in a new issue