This repository was archived by the owner on Mar 2, 2025. It is now read-only.
v0.1.1 - Crossterm backend
Pre-release
Pre-release
This release adds support for Crossterm backend.
To use crossterm
backend, pass an option to tuile:
const tuile = b.dependency("tuile", .{ backend = "crossterm" });
or add -Dbackend=crossterm
arguments when running examples.
Crossterm is written in Rust. In order to use this backend, Rust 1.58+ must be installed in your system.
See Backends
for more info.