Add an experimental OpenGL renderer

This commit is contained in:
2021-11-12 13:45:22 +01:00
parent c214e668d9
commit 91538aaba5
6 changed files with 430 additions and 14 deletions

View File

@@ -36,6 +36,7 @@ gdkpixbuf = dependency('gdk-pixbuf-2.0', required : get_option('gdk-pixbuf'))
dependencies = [
dependency('gtk+-3.0'),
dependency('pixman-1'),
dependency('epoxy'),
dependency('libjpeg'),
dependency('libturbojpeg'),