From 231451bc2b4f4db876501c1b0ec1eb149fe4fe65 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 15 Jan 2013 14:33:15 -0800 Subject: [PATCH] Update src/README.md --- src/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/README.md b/src/README.md index 7820ac94626..48729d8cf3d 100644 --- a/src/README.md +++ b/src/README.md @@ -16,6 +16,7 @@ These are the main servo projects, as well as projects that are pure Rust (not b ## Third-party projects +* _cairo_ - The cairo rendering library * _libcss_ - The CSS library from the NetSurf web browser. We are using this for parsing and selector matching until we have a Rust solution * _libhubbub_ - The HTML parser from the NetSurf web browser. We are using this for parsing @@ -23,6 +24,7 @@ These are the main servo projects, as well as projects that are pure Rust (not b * _libparserutils_ - A parsing library used by libcss and libhubbub * _libwapcaplet_ - A string internment library used by libcss and libhubbub * _mozjs_ - The SpiderMonkey JavaScript engine, forked from mozilla-central +* _pixman_ - Pixel manipulation library (used by cairo) * _rust-azure_ - mozilla-central's 2D vector graphics abstraction layer and bindings * _rust-harfbuzz_ - The harfbuzz text shaping library and bindings * _rust-stb-image_ - The stb_image library and bindings. We are using this for image decoding