Merge pull request #3935 from roc-lang/dependabot/cargo/glyph_brush-0.7.5

Bump glyph_brush from 0.7.4 to 0.7.5
This commit is contained in:
Brian Carroll 2022-09-04 23:04:06 +01:00 committed by GitHub
commit f3c268abac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1638,9 +1638,9 @@ dependencies = [
[[package]]
name = "glyph_brush"
version = "0.7.4"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a69c65dd1f1fbb6209aa00f78636e436ad0a55b7d8e5de886d00720dcad9c6e2"
checksum = "ac02497410cdb5062cc056a33f2e1e19ff69fbf26a4be9a02bf29d6e17ea105b"
dependencies = [
"glyph_brush_draw_cache",
"glyph_brush_layout",

View file

@ -40,7 +40,7 @@ page_size = "0.4.2"
winit = "0.26.0"
wgpu = "0.12.0"
wgpu_glyph = "0.16.0"
glyph_brush = "0.7.2"
glyph_brush = "0.7.5"
log = "0.4.14"
env_logger = "0.9.0"
futures = "0.3.24"