summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-08 00:48:38 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-24 13:37:31 +0100
commit21886d7e9cde17904719f1642f0b3af9791102ad (patch)
tree6773d6ca1f91a1b559ea004b049f8723963ac9ec /wgpu/Cargo.toml
parent730d6a07564d014c470e02f233394ec98325d463 (diff)
downloadiced-21886d7e9cde17904719f1642f0b3af9791102ad.tar.gz
iced-21886d7e9cde17904719f1642f0b3af9791102ad.tar.bz2
iced-21886d7e9cde17904719f1642f0b3af9791102ad.zip
Use my GitHub fork of `glyphon`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 7a6b75f0..46115a3c 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -59,9 +59,8 @@ path = "../graphics"
[dependencies.glyphon]
version = "0.2"
-# git = "https://github.com/hecrj/glyphon.git"
-# rev = "3c2acb9dea5b9fcb0fa650b3c73b3a3242c62f4a"
-path = "../../glyphon"
+git = "https://github.com/hecrj/glyphon.git"
+rev = "ccf19c67e8a4564263626bc6b86b6154540768c4"
[dependencies.tracing]
version = "0.1.6"