Skip to content

Commit

Permalink
#234 - Add embedding module to rltk exports to fixup roguelike tutori…
Browse files Browse the repository at this point in the history
…al building.
  • Loading branch information
thebracket committed Nov 5, 2021
1 parent aaeecb7 commit ea645e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rltk/src/lib.rs
Expand Up @@ -17,3 +17,7 @@ pub mod prelude {
pub use crate::link_resource;
pub use crate::*;
}

pub mod embedding {
pub use bracket_lib::prelude::EMBED;
}

0 comments on commit ea645e7

Please sign in to comment.