diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md index fbdf3de6b42..197ad80fb70 100644 --- a/src/README.md +++ b/src/README.md @@ -35,6 +35,7 @@ they are designed to be useful in other Rust projects. * `support/netsurfcss`: The CSS library from the NetSurf project. This is a temporary stopgap for CSS parsing until a pure-Rust solution is available. * `support/opengles`: Bindings to OpenGL ES 2.0. +* `support/png`: Bindings to libpng. * `support/sharegl`: A library for sharing OpenGL or Direct3D textures between processes. * `support/skia`: Google's accelerated 2D rendering library. * `support/spidermonkey`: Mozilla's JavaScript engine. |