ratatui-unity 0.1.1

A Rust native plugin that brings Ratatui's TUI ecosystem to Unity 3D game engine — for all platforms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[toolchain]
# Pinned to 1.86.0: Rust 1.87+ enables `bulk-memory` by default for
# wasm32-unknown-emscripten, which Unity 6's bundled wasm-opt (v112)
# does not support (`--enable-bulk-memory-opt` is unknown).
channel = "1.86.0"
targets = [
    "wasm32-unknown-emscripten",
    "aarch64-apple-darwin",
    "x86_64-apple-darwin",
    "aarch64-apple-ios",
    "x86_64-apple-ios",
    "aarch64-apple-ios-sim",
    "x86_64-pc-windows-msvc",
    "x86_64-unknown-linux-gnu",
    "aarch64-linux-android",
    "armv7-linux-androideabi",
    "x86_64-linux-android",
]