Skip to content

Commit 143777d

Browse files
author
Zakarum
committed
Fix util sub-module re-export
1 parent cfb8e5e commit 143777d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rendy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rendy"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["omni-viral <scareaangel@gmail.com>"]
55
edition = "2018"
66
repository = "https://github.com/amethyst/rendy"

rendy/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)]
1414

1515
#[doc(inline)]
16-
pub use rendy_util;
16+
pub use rendy_util as util;
1717

1818
pub use gfx_hal as hal;
1919

0 commit comments

Comments
 (0)