diff options
author | 2020-05-21 19:50:53 +0200 | |
---|---|---|
committer | 2020-05-21 19:50:53 +0200 | |
commit | bbfb1c040c92e36b3d23a2167ad3432c819b9668 (patch) | |
tree | 7fd555e6735d341acd3e5f53e69e4892b26fd18e /glow/Cargo.toml | |
parent | 2798d4935e14a2453adc9e85c1037cac3b79a8c9 (diff) | |
download | iced-bbfb1c040c92e36b3d23a2167ad3432c819b9668.tar.gz iced-bbfb1c040c92e36b3d23a2167ad3432c819b9668.tar.bz2 iced-bbfb1c040c92e36b3d23a2167ad3432c819b9668.zip |
Update to latest `glow`
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r-- | glow/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index 148f4fd5..f57831bd 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -14,12 +14,15 @@ svg = [] [dependencies] euclid = "0.20" -glow = "0.4" bytemuck = "1.2" glam = "0.8" log = "0.4" glyph_brush = "0.6" +[dependencies.glow] +git = "https://github.com/grovesNL/glow" +rev = "722a850e972a69c3012fcb3687758eacbdac2823" + [dependencies.iced_native] version = "0.2" path = "../native" |