From 0f5f0580e4cb2fd2feac0e8ed7e8d3050e4d9c93 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:29:14 +0100 Subject: [PATCH] readme: Bring back servo mention in readme (#6831) Co-authored-by: Connor Fitzgerald --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94a9ba1c8..55b1a415b2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ `wgpu` is a cross-platform, safe, pure-rust graphics API. It runs natively on Vulkan, Metal, D3D12, and OpenGL; and on top of WebGL2 and WebGPU on wasm. -The API is based on the [WebGPU standard](https://gpuweb.github.io/gpuweb/). It serves as the core of the WebGPU integration in Firefox and Deno. +The API is based on the [WebGPU standard](https://gpuweb.github.io/gpuweb/). It serves as the core of the WebGPU integration in Firefox, Servo, and Deno. ## Repo Overview