Skip to content

Commit

Permalink
Fix util sub-module re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakarum committed May 21, 2019
1 parent cfb8e5e commit 143777d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rendy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rendy"
version = "0.2.0"
version = "0.2.1"
authors = ["omni-viral <[email protected]>"]
edition = "2018"
repository = "https://github.com/amethyst/rendy"
Expand Down
2 changes: 1 addition & 1 deletion rendy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)]

#[doc(inline)]
pub use rendy_util;
pub use rendy_util as util;

pub use gfx_hal as hal;

Expand Down

0 comments on commit 143777d

Please sign in to comment.