Get freezing of slang on linux working

This commit is contained in:
Kovid Goyal
2026-06-30 11:41:30 +05:30
parent 1fa3f450b5
commit c16b78a6f4
6 changed files with 55 additions and 14 deletions

View File

@@ -35,6 +35,10 @@ class TestBuild(BaseTest):
from kittens.transfer import rsync
del fdt, rsync
def test_slang_build(self) -> None:
from kitty.shaders.slang import test_slang_build
test_slang_build()
def test_loading_shaders(self) -> None:
from kitty.shaders.legacy import Program
for name in 'cell border bgimage tint graphics'.split():