From b2c45bf5c16391917caccd703ac85b80c5c77cca Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 24 Oct 2025 14:47:20 +0800 Subject: Re-export subcrate `action_system` to `just_enough_vcs` --- examples/src/bin/example_action_system.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/src/bin') diff --git a/examples/src/bin/example_action_system.rs b/examples/src/bin/example_action_system.rs index c873a2e..776c982 100644 --- a/examples/src/bin/example_action_system.rs +++ b/examples/src/bin/example_action_system.rs @@ -1,4 +1,4 @@ -use action_system::{action::ActionContext, action_gen, action_pool::ActionPool}; +use action_system::{action::ActionContext, action_pool::ActionPool, macros::action_gen}; use tcp_connection::error::TcpTargetError; #[tokio::main] -- cgit