Typo in src/README.md

This commit is contained in:
Patrick Walton 2012-12-05 17:45:26 -08:00
parent ecf2489083
commit 160e7552fa

View file

@ -10,25 +10,25 @@ These are the main servo projects, as well as projects that are pure Rust (not b
* _rust-geom_ - Generic math library
* _rust-http-client_ - An HTTP library in Rust, using libuv via the Rust standard library
* _rust-io-surface_ - OS X implementation of cross-process surface sharing. Used by sharegl
* _rust-layers_ - A simple scene graph
* _rust-layers_ - A simple GPU-accelerated 2D scene graph library
* _servo_ - The Servo web browser engine
* _servo-gfx_ - Servo's graphics subsystem
* _sharegl_ - A library for sharing drawing surfaces between processes
* _sharegl_ - A library for sharing 3D textures between processes
## Bindings
* _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 brsower. We are using this for parsing
* _libhubbub_ - The HTML parser from the NetSurf web browser. We are using this for parsing
until we have a Rust solution
* _libparserutils_ - A parsing library used by libcss and libhubbub
* _libwapcaplet_ - A string internment library used by libcss and libhubbub
* _mozjs_ - SpiderMonkey, forked from mozilla-central
* _rust-azure_ - mozilla-central's graphics abstraction layer and bindings
* _rust-cairo_ - Bindings to the cairo drawing library
* _mozjs_ - The SpiderMonkey JavaScript engine, forked from mozilla-central
* _rust-azure_ - mozilla-central's 2D vector graphics abstraction layer and bindings
* _rust-cairo_ - Bindings to the cairo drawing library, a backend for Azure
* _rust-cocoa_ - Bindings to OS X's Cocoa framework
* _rust-core-foundation_ - Bindings to OS X's Core Foundation framework
* _rust-core-graphics_ - Bindings to OS X's Core Graphics framework
* _rust-core-graphics_ - Bindings to OS X's Core Graphics framework, a backend for Azure
* _rust-core-text_ - Bindings to OS X's Core Text framework
* _rust-fontconfig_ - Bindings to fontconfig
* _rust-freetype_ - Bindings to FreeType
@ -38,10 +38,10 @@ These are the main servo projects, as well as projects that are pure Rust (not b
* _rust-mozjs_ - Bindings to SpiderMonkey
* _rust-netsurfcss_ - Bindings to libcss
* _rust-opengles_ - Bindings to OpenGL ES
* _rust-stb-image_ - The stb-image library and bindings
* _rust-stb-image_ - The stb_image library and bindings
* _rust-wapcaplet_ - Bindings to libwapcaplet
* _rust-xlib_ - Bindings to xlib
* _skia_ - The Skia drawing library
* _skia_ - The Skia drawing library, a backend for Azure
## Other