From 074da16046a34c96d8635a805cd0b3a0fd1b71ab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 2 Aug 2019 23:55:38 +0200 Subject: Fix repetition in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b93c454..8169f79 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,10 @@ minimal. The core implementation is separate from graphics backends: * The core implementation for a particular platform is in one library: `pugl_x11`, `pugl_mac`, or `pugl_win`. This does not depend on backends or - their dependencies (it is possible to add backends without changing the - other Pugl code whatsoever, or use custom backends in applications). + their dependencies. * Backends for platforms are in separate libraries, which depend on the core: - `pugl_x11_cairo`, `pugl_x11_gl`, `pugl_x11_cairo`, and so on. + `pugl_x11_cairo`, `pugl_x11_gl`, `pugl_mac_cairo`, and so on. Applications must link against the core and at least one backend. Normally, this can be achieved by simply depending on the package `pugl-gl-0` or -- cgit v1.2.1