rmcl 0.5.0

A fully featured Minecraft TUI launcher
1
2
3
4
5
6
// SPDX-FileCopyrightText: 2026 Constantin Bauer
// SPDX-License-Identifier: GPL-3.0-only

use std::sync::Mutex;

pub(crate) static TEST_LOCK: Mutex<()> = Mutex::new(());