feat: add matrix support

This commit is contained in:
2025-03-14 23:24:36 -04:00
parent 571581767e
commit e70b8eca84
14 changed files with 2136 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
#![feature(let_chains)]
#![feature(if_let_guard, let_chains)]
mod arguments;
mod build_info;
@@ -6,6 +6,7 @@ mod commands;
mod events;
mod http;
mod lua;
mod matrix;
mod particle;
mod replay;