From e4ded2c09e6c378040f80e80886aa9c087fe14b4 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 14 Aug 2025 22:28:39 -0400 Subject: Automata rendering --- crates/renderer/src/main.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'crates/renderer/src/main.rs') diff --git a/crates/renderer/src/main.rs b/crates/renderer/src/main.rs index 4e96e7f..4b3f6e3 100644 --- a/crates/renderer/src/main.rs +++ b/crates/renderer/src/main.rs @@ -1,10 +1,10 @@ #![allow(dead_code, unused_variables)] mod assets; mod terminal; -mod fig; mod background; mod toggle; mod overlay; +mod input; use teleia::*; use clap::{command, Command}; @@ -30,10 +30,6 @@ pub fn main() -> Erm<()> { Command::new("model-multi-overlay") .about("Run the LCOLONQ + Maude multi model renderer in a full-screen transparent overlay") ) - .subcommand( - Command::new("server") - .about("Run the LCOLONQ online websocket server") - ) .get_matches(); match matches.subcommand() { Some(("shader-overlay", _cm)) => { -- cgit v1.2.3