From d8dab41672fd757490dfbce44dfb3475ccc73b44 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sat, 12 Apr 2025 13:47:00 +0800 Subject: 修改 gamepad_layouts.rs 名为 layouts.rs 合并 message.rs 到 player.rs 修改 phantom_link_server.rs 名为 server.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/src/lib.rs') diff --git a/core/src/lib.rs b/core/src/lib.rs index 4988f50..e19c53d 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -1,4 +1,4 @@ -pub mod phantom_link_server; -pub mod gamepad_layouts; +pub mod server; +pub mod layouts; pub mod player; -pub mod message; \ No newline at end of file +mod constants; \ No newline at end of file -- cgit