From 1135fd16935b36143b9a2434607fbe0d3846b130 Mon Sep 17 00:00:00 2001 From: Oro <93224879+orowith2os@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:01:19 -0500 Subject: [PATCH] Link to issue #8 and add a note in the README about protocol extensions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ff1dbcaa..9fe8760ee5 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,9 @@ ![LICENSE](https://img.shields.io/badge/LICENSE-GPL--3-brightgreen) [![Docs](https://img.shields.io/badge/Docs-main-informational)](https://pop-os.github.io/cosmic-protocols/) -Additional wayland protocols and generated rust bindings used by the COSMIC desktop environment. \ No newline at end of file +Additional wayland protocols and generated rust bindings used by the COSMIC desktop environment. + + +### Please see https://github.com/pop-os/cosmic-protocols/issues/8 for more info: + +Cosmic tries to support already-existing Wayland prtocol extensions, such as those made by and for [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots).