Move shader pythons code into shaders package

This commit is contained in:
Kovid Goyal 2026-06-24 19:20:13 +05:30
parent 6b3206a15e
commit eb4e0cc04a
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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,