# webrender **Repository Path**: mirrors_jonleighton/webrender ## Basic Information - **Project Name**: webrender - **Description**: A GPU-based renderer for the web - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebRender GPU renderer for the Web content, used by Servo. ## Update as a Dependency After updating shaders in WebRender, go to servo and: * Go to the servo directory and do ./mach update-cargo -p webrender * Create a pull request to servo ## Use WebRender with Servo To use a local copy of WebRender with servo, go to your servo build directory and: * Edit Cargo.toml * Add at the end of the file: ``` [patch."https://github.com/servo/webrender"] "webrender" = { path = "/webrender" } "webrender_api" = { path = "/webrender_api" } ``` where `` is the path to your local copy of WebRender. * Build as normal ## Documentation The Wiki has a [few pages](https://github.com/servo/webrender/wiki/) describing the internals and conventions of WebRender.