mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
re-export bevy_tasks from azalea_client
This commit is contained in:
parent
ad4eaa174c
commit
5d799be9db
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ pub mod test_simulation;
|
||||||
|
|
||||||
pub use account::{Account, AccountOpts};
|
pub use account::{Account, AccountOpts};
|
||||||
pub use azalea_protocol::common::client_information::ClientInformation;
|
pub use azalea_protocol::common::client_information::ClientInformation;
|
||||||
|
// Re-export bevy-tasks so plugins can make sure that they're using the same
|
||||||
|
// version.
|
||||||
|
pub use bevy_tasks;
|
||||||
pub use client::{
|
pub use client::{
|
||||||
Client, InConfigState, InGameState, JoinError, JoinedClientBundle, LocalPlayerBundle,
|
Client, InConfigState, InGameState, JoinError, JoinedClientBundle, LocalPlayerBundle,
|
||||||
StartClientOpts, start_ecs_runner,
|
StartClientOpts, start_ecs_runner,
|
||||||
|
|
Loading…
Add table
Reference in a new issue