Update wgpu_glyph and glyph_brush
This commit is contained in:
parent
5324eb1024
commit
f5ee6d0e51
4 changed files with 111 additions and 117 deletions
|
|
@ -13,9 +13,9 @@ canvas = ["lyon"]
|
|||
|
||||
[dependencies]
|
||||
wgpu = "0.5"
|
||||
wgpu_glyph = "0.8"
|
||||
wgpu_glyph = { git = "https://github.com/hecrj/wgpu_glyph.git", branch = "feature/update-glyph-brush" }
|
||||
zerocopy = "0.3"
|
||||
glyph_brush = "0.6"
|
||||
glyph_brush = "0.7"
|
||||
raw-window-handle = "0.3"
|
||||
glam = "0.8"
|
||||
font-kit = "0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue