Skip to content

Commit

Permalink
Add Resources alias
Browse files Browse the repository at this point in the history
  • Loading branch information
torkleyy committed Mar 29, 2019
1 parent 8c50ab6 commit a567a2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ pub use crate::{
ResourceId, SetupHandler, World, Write, WriteExpect,
},
};

/// Alias for `World` for easier migration to the new version. Will be removed
/// in the future.
#[deprecated(since = "0.8.0", note = "renamed to `World`")]
pub type Resources = World;

0 comments on commit a567a2b

Please sign in to comment.