diff options
author | 2020-05-22 19:17:07 +0200 | |
---|---|---|
committer | 2020-05-22 19:17:07 +0200 | |
commit | d6bf8955dbca03898e379aae376d91677bb4d223 (patch) | |
tree | ea40053bd51f0c4b02f40ec3b8f0e00b6d2271c0 /glow/Cargo.toml | |
parent | 1dd79c4697ce39589bea84142334b3cbd242fb59 (diff) | |
download | iced-d6bf8955dbca03898e379aae376d91677bb4d223.tar.gz iced-d6bf8955dbca03898e379aae376d91677bb4d223.tar.bz2 iced-d6bf8955dbca03898e379aae376d91677bb4d223.zip |
Use published `glow` and `glow_glyph` versions
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r-- | glow/Cargo.toml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index b0d244f0..53952608 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -13,16 +13,14 @@ image = [] svg = [] [dependencies] +glow = "0.4" +glow_glyph = "0.1" euclid = "0.20" 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" @@ -31,7 +29,3 @@ path = "../native" version = "0.1" path = "../graphics" features = ["font-source", "font-fallback", "font-icons", "opengl"] - -[dependencies.glow_glyph] -git = "https://github.com/hecrj/glow_glyph" -rev = "8ec7982d9e0ce828769d4ba7abe73b0b0ec22db6" |