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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
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