replace path to git
This commit is contained in:
parent
c148557cab
commit
095ac18c15
1 changed files with 23 additions and 23 deletions
|
|
@ -29,7 +29,7 @@ webgl = ["wgpu/webgl"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wgpu = "0.13"
|
wgpu = "0.13"
|
||||||
wgpu_glyph = {version = "0.16",path = "../../wgpu_glyph"}
|
wgpu_glyph = { version = "0.16", git = "https://github.com/Cupnfish/wgpu_glyph.git", branch = "wgpu-0.13" }
|
||||||
glyph_brush = "0.7"
|
glyph_brush = "0.7"
|
||||||
raw-window-handle = "0.4"
|
raw-window-handle = "0.4"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue