Skip to content

Commit

Permalink
bump fontdue version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrgani authored and not-fl3 committed Sep 10, 2024
1 parent 931b46c commit de0029f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ all-features = true

[dependencies]
miniquad = { version = "=0.4.6", features = ["log-impl"] }
quad-rand = "0.2.1"
glam = {version = "0.27", features = ["scalar-math"] }
quad-rand = "0.2.2"
glam = { version = "0.27", features = ["scalar-math"] }
image = { version = "0.24", default-features = false, features = ["png", "tga"] }
macroquad_macro = { version = "0.1.8", path = "macroquad_macro" }
fontdue = "0.7"
fontdue = "0.9"
backtrace = { version = "0.3.60", optional = true, default-features = false, features = [ "std", "libbacktrace" ] }
log = { version = "0.4", optional = true }
quad-snd = { version = "0.2", optional = true }
Expand Down

0 comments on commit de0029f

Please sign in to comment.