Skip to content

Commit 2c60f75

Browse files
committed
Version bump
1 parent e314bb3 commit 2c60f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "macroquad"
3-
version = "0.4.13"
3+
version = "0.4.14"
44
authors = ["not-fl3 <[email protected]>"]
55
edition = "2021"
66
homepage = "https://github.com/not-fl3/macroquad"
@@ -27,7 +27,7 @@ opt-level = 3
2727
all-features = true
2828

2929
[dependencies]
30-
miniquad = { version = "=0.4.7", features = ["log-impl"] }
30+
miniquad = { version = "=0.4.8", features = ["log-impl"] }
3131
quad-rand = "0.2.3"
3232
glam = { version = "0.27", features = ["scalar-math"] }
3333
image = { version = "0.24", default-features = false, features = ["png", "tga"] }

0 commit comments

Comments
 (0)