1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

make task_pool mod public

This commit is contained in:
mat 2023-02-04 19:34:24 -06:00
parent a5672815cc
commit cc345d2c0a

View file

@ -22,7 +22,7 @@ mod movement;
pub mod packet_handling;
pub mod ping;
mod player;
mod task_pool;
pub mod task_pool;
pub use account::Account;
pub use azalea_ecs as ecs;