mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-05 15:28:10 +00:00
Move shader pythons code into shaders package
This commit is contained in:
parent
6b3206a15e
commit
eb4e0cc04a
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
Loading…
Add table
Add a link
Reference in a new issue