par-term 0.37.1

Cross-platform GPU-accelerated terminal emulator with inline graphics support (Sixel, iTerm2, Kitty)
1
2
3
4
5
6
7
8
//! Integration tests for shader functionality.
//!
//! Covers: shader context generation for AI inspector, shader source
//! linting and readability scoring, and shader hot reload watching.

mod shader_context_tests;
mod shader_lint_tests;
mod shader_watcher_tests;