From 2ded918c8380fba9cc2054875fbdd4e8e13af18d Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:17:41 +0100 Subject: [PATCH 1/2] Bring back servo mention in readme Servo was removed in https://github.com/gfx-rs/wgpu/commit/dd9b282c72a696ffaee100b69e7c8e37668e6149 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94a9ba1c8..1e86b3ebfb 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 From 0d6f3496c597bb15bf3c90be68325ee8c141e47e Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Fri, 27 Dec 2024 16:17:47 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e86b3ebfb..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, Servo 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