Browse Source

textium: fix mod visibility

master
Erin 8 years ago
parent
commit
3a1f156d8e
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      textium/src/lib.rs

+ 4
- 4
textium/src/lib.rs View File

@ -5,10 +5,10 @@ extern crate rusttype;
extern crate glium;
mod error;
mod texture;
mod geometry;
mod rasterizer;
mod packer;
pub mod texture;
pub mod geometry;
pub mod rasterizer;
pub mod packer;
use std::iter::Iterator;
use std::collections::HashMap;


Loading…
Cancel
Save