Skip to content

Commit

Permalink
Merge pull request PistonDevelopers#1162 from bvssvni/master
Browse files Browse the repository at this point in the history
Published 0.41.0
bvssvni authored Nov 3, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 86c90d3 + da7d258 commit 51a7450
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "piston2d-graphics"
version = "0.40.0"
version = "0.41.0"
edition = "2018"
authors = [
"bvssvni <[email protected]>",
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ pub use colored::Colored;
pub use context::Context;
pub use draw_state::DrawState;
pub use ellipse::Ellipse;
pub use graphics::Graphics;
pub use crate::graphics::Graphics;
pub use image::Image;
pub use line::Line;
pub use polygon::Polygon;

0 comments on commit 51a7450

Please sign in to comment.