Browse Source

Update README.md

shared-context
Mikko Mononen 11 years ago
parent
commit
8695be3216
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      README.md

+ 4
- 1
README.md View File

@@ -56,9 +56,12 @@ nvgFill(vg);
See the header file [nanovg.h](/src/nanovg.h) for API reference. See the header file [nanovg.h](/src/nanovg.h) for API reference.




# License
## License
The library is licensed under [zlib license](LICENSE.txt) The library is licensed under [zlib license](LICENSE.txt)


## Discussions
[NanoVG mailing list](https://groups.google.com/forum/#!forum/nanovg)

## Links ## Links
Uses [stb_truetype](http://nothings.org) for font rendering. Uses [stb_truetype](http://nothings.org) for font rendering.
Uses [stb_image](http://nothings.org) for image loading. Uses [stb_image](http://nothings.org) for image loading.

Loading…
Cancel
Save