This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
gongtracker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
textium: reexport the glium renderer module
master
Erin
8 years ago
parent
d7dd08d027
commit
0e4cd7f11a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save