mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-04 05:32:40 +02:00
Move shader pythons code into shaders package
This commit is contained in:
@@ -7,8 +7,8 @@ from functools import lru_cache, partial
|
||||
from itertools import count
|
||||
from typing import Any, Literal, NamedTuple, Optional
|
||||
|
||||
from .constants import read_kitty_resource
|
||||
from .fast_data_types import (
|
||||
from kitty.constants import read_kitty_resource
|
||||
from kitty.fast_data_types import (
|
||||
BGIMAGE_PROGRAM,
|
||||
BLINK,
|
||||
BLIT_PROGRAM,
|
||||
Reference in New Issue
Block a user