Skip to content

Commit

Permalink
Merge pull request #383 from bvssvni/master
Browse files Browse the repository at this point in the history
Published 0.81.0
  • Loading branch information
bvssvni authored May 21, 2024
2 parents 54ff448 + 31e113b commit 51d7fea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "piston2d-gfx_graphics"
version = "0.80.0"
version = "0.81.0"
authors = ["bvssvni <[email protected]>"]
keywords = ["graphics", "2d", "gfx", "piston"]
description = "A Gfx 2D back-end for the Piston game engine"
Expand All @@ -21,7 +21,7 @@ name = "gfx_graphics"
gfx = "0.18.1"
draw_state = "0.8.0"
piston-shaders_graphics2d = "0.4.0"
piston-gfx_texture = "0.44.0"
piston-gfx_texture = "0.45.0"
shader_version = "0.7.0"

[dependencies.piston2d-graphics]
Expand All @@ -30,7 +30,7 @@ features = ["glyph_cache_rusttype"]

[dev-dependencies]
pistoncore-glutin_window = "0.72.0"
piston = "0.54.0"
piston = "1.0.0"
find_folder = "0.3.0"
gfx_device_gl = "0.16.2"
image = "0.24.1"
image = "0.25.1"

0 comments on commit 51d7fea

Please sign in to comment.