veloren/voxygen/src/ui/graphic/mod.rs
Imbris 7707636c4e rearrange ui graphic code
Former-commit-id: d0ea7feee59a1daf4ad93e9b9224750deb75ee45
2019-04-19 15:06:58 -04:00

5 lines
74 B
Rust

mod graphic;
mod renderer;
pub use graphic::{Graphic, GraphicCache, Id};