Skip to content

Commit 8ae3a61

Browse files
committed
Published 0.89.0
Fixes PistonDevelopers#353
1 parent a80a6dd commit 8ae3a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "piston2d-opengl_graphics"
4-
version = "0.88.0"
4+
version = "0.89.0"
55
edition = "2018"
66
authors = [
77
"bvssvni <[email protected]>",

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extern crate shaders_graphics2d as shaders;
1414
extern crate texture as texture_lib;
1515
extern crate viewport;
1616

17-
pub use crate::back_end::{Colored, GlGraphics, Textured};
17+
pub use crate::back_end::{Colored, GlGraphics, Textured, TexturedColor};
1818
pub use crate::texture::Texture;
1919
pub use shader_version::glsl::GLSL;
2020
pub use shader_version::{OpenGL, Shaders};

0 commit comments

Comments
 (0)