From a210ab86ee43dea3b4d9d0f2af5750c5a4adf096 Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Fri, 13 Jun 2025 19:20:06 +0800 Subject: . --- apps/client/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/client/src/lib.rs (limited to 'apps/client/src/lib.rs') diff --git a/apps/client/src/lib.rs b/apps/client/src/lib.rs new file mode 100644 index 0000000..bcfa9d8 --- /dev/null +++ b/apps/client/src/lib.rs @@ -0,0 +1,2 @@ +pub mod bevy_plugins; +pub mod data; \ No newline at end of file -- cgit