From e8c9e4f1cfb068d9a7de37d72e887d428ac92098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Thu, 30 Apr 2020 11:34:20 +0200 Subject: [PATCH] Add gdkx11 repository to the release Fix https://github.com/gtk-rs/release/issues/118 --- src/consts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/consts.py b/src/consts.py index 37333f2..e68f233 100644 --- a/src/consts.py +++ b/src/consts.py @@ -43,6 +43,7 @@ {"crate": "cairo-rs", "repository": "cairo", "path": "", "doc_name": "cairo", "doc": False}, {"crate": "gdk-pixbuf", "repository": "gdk-pixbuf", "path": ""}, + {"crate": "gdkx11", "repository": "gdkx11", "path": ""}, {"crate": "gdk", "repository": "gdk", "path": ""}, {"crate": "gtk", "repository": "gtk", "path": ""}, {"crate": "sourceview", "repository": "sourceview", "path": ""},