Switch to using glad instead of glew

This commit is contained in:
Kovid Goyal
2017-11-08 15:15:25 +05:30
parent ff528604dd
commit 6362499fc2
14 changed files with 7917 additions and 45 deletions

View File

@@ -3,7 +3,6 @@
# License: GPL v3 Copyright: 2015, Kovid Goyal <kovid at kovidgoyal.net>
import sys
sys.debug_gl = '--debug-kitty-gl' in sys.argv
if len(sys.argv) > 1 and sys.argv[1] == 'icat':
from kitty.icat import main