summaryrefslogtreecommitdiffstats
path: root/glow/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--glow/Cargo.toml5
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"