Skip to content

Commit

Permalink
Merge pull request #104 from sotrh/master
Browse files Browse the repository at this point in the history
wgpu 0.16 -> 0.17
  • Loading branch information
hecrj committed Sep 8, 2023
2 parents db3c9ec + 419f82a commit c4048ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wgpu_glyph"
version = "0.20.0"
version = "0.20.1"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "A fast text renderer for wgpu, powered by glyph_brush"
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/wgpu_glyph"
readme = "README.md"

[dependencies]
wgpu = "0.16"
wgpu = "0.17"
glyph_brush = "0.7"
log = "0.4"

Expand Down

0 comments on commit c4048ca

Please sign in to comment.