From fd357725def1be0e8a403d0ebe27189c758270cf Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 24 Jun 2019 23:09:22 -0700 Subject: [PATCH] Update the README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5e946dd6..87364cf2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Pathfinder 3 Pathfinder 3 is a fast, practical, GPU-based rasterizer for fonts and vector graphics using OpenGL -and OpenGL ES 3.0+. +3.0+, OpenGL ES 3.0+, or Metal. Please note that Pathfinder is under heavy development and is incomplete in various areas. @@ -75,12 +75,6 @@ The SDL 2 library requires some additional manual installation steps. Follow the [`rust-sdl2` installation instructions](https://github.com/Rust-SDL2/rust-sdl2#sdl20-development-libraries) to make sure the libraries are installed. Note that SDL2 is only required to run the demo; Pathfinder itself has no dependency on the library. -On macOS, it is recommended that you force the use of the integrated GPU, as issues with Apple's -OpenGL drivers may limit performance on discrete GPUs. You can use -[gfxCardStatus.app](https://gfx.io/) for this. See the -[wiki](https://github.com/pcwalton/pathfinder/wiki/GPU-driver-compatibility) for more information -on GPU compatibility issues. - ## Authors The primary author is Patrick Walton (@pcwalton), with contributions from the Servo development