Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
not-fl3 committed May 21, 2024
1 parent 5e28cea commit bd00be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macroquad"
version = "0.4.5"
version = "0.4.6"
authors = ["not-fl3 <[email protected]>"]
edition = "2021"
homepage = "https://github.com/not-fl3/macroquad"
Expand All @@ -26,7 +26,7 @@ opt-level = 3
all-features = true

[dependencies]
miniquad = { version = "=0.4.0", features = ["log-impl"] }
miniquad = { version = "=0.4.1", features = ["log-impl"] }
quad-rand = "0.2.1"
glam = {version = "0.21", features = ["scalar-math"] }
image = { version = "0.24", default-features = false, features = ["png", "tga"] }
Expand All @@ -52,3 +52,4 @@ macroquad = { path = './' }
#quad-snd = {path = '../quad-snd'}
#miniquad = { path = '../miniquad' }
#quad-gl = {path = './quad-gl'}

Loading

0 comments on commit bd00be0

Please sign in to comment.