Skip to content

Commit baf0a13

Browse files
committed
bump versions
1 parent 859f956 commit baf0a13

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ color = { version = "0.1", path = "api/color", package = "playdate-color", defau
2323
ctrl = { version = "0.1", path = "api/ctrl", package = "playdate-controls", default-features = false }
2424
display = { version = "0.3", path = "api/display", package = "playdate-display", default-features = false }
2525
fs = { version = "0.1", path = "api/fs", package = "playdate-fs", default-features = false }
26-
gfx = { version = "0.2", path = "api/gfx", package = "playdate-graphics", default-features = false }
26+
gfx = { version = "0.3", path = "api/gfx", package = "playdate-graphics", default-features = false }
2727
menu = { version = "0.1", path = "api/menu", package = "playdate-menu", default-features = false }
2828
sound = { version = "0.1", path = "api/sound", package = "playdate-sound", default-features = false }
2929
sprite = { version = "0.1", path = "api/sprite", package = "playdate-sprite", default-features = false }

api/gfx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "playdate-graphics"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
readme = "README.md"
55
description = "High-level graphics API built on-top of Playdate API"
66
keywords = ["playdate", "sdk", "api", "gamedev"]

api/playdate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "playdate"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
readme = "README.md"
55
description = "High-level Playdate API"
66
keywords = ["playdate", "sdk", "api", "gamedev"]

0 commit comments

Comments
 (0)