Browse Source

textium: reexport the glium renderer module

master
Erin 8 years ago
parent
commit
0e4cd7f11a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      textium/src/renderer/mod.rs

+ 1
- 1
textium/src/renderer/mod.rs View File

@ -1,3 +1,3 @@
mod glium_renderer;
pub mod glium_renderer;
pub use self::glium_renderer::TextRenderer as GliumRenderer;

Loading…
Cancel
Save