mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Switch to using glad instead of glew
This commit is contained in:
parent
ff528604dd
commit
6362499fc2
14 changed files with 7917 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue