Skip to content

Commit

Permalink
Bump rustybuzz and glow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Nov 2, 2023
1 parent 46fdb65 commit 9a8702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generational-arena = "0.2.8"
lru = { version = "0.12.0", default-features = false }
image = { version = "0.24.0", optional = true, default-features = false }
serde = { version = "1.0", optional = true, features = ["derive", "rc"] }
glow = { version = "0.12.0", default-features = false }
glow = { version = "0.13.0", default-features = false }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
glutin = { version = "0.30.3", optional = true, default-features = false }
Expand Down

0 comments on commit 9a8702b

Please sign in to comment.