summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-04 11:21:35 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-24 13:29:12 +0100
commit5a82fc654e2933c4c93dac5393685861feb07b1f (patch)
treec7d77ad8b7ad87a296d1efd473234382614b5fd8 /wgpu/Cargo.toml
parent238154af4ac8dda7f12dd90aa7be106e933bcb30 (diff)
downloadiced-5a82fc654e2933c4c93dac5393685861feb07b1f.tar.gz
iced-5a82fc654e2933c4c93dac5393685861feb07b1f.tar.bz2
iced-5a82fc654e2933c4c93dac5393685861feb07b1f.zip
Use floating coordinates directly in `text::Pipeline`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index dffbbab0..280ce29b 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -52,7 +52,8 @@ path = "../graphics"
[dependencies.glyphon]
version = "0.2"
-path = "../../glyphon"
+git = "https://github.com/hecrj/glyphon.git"
+rev = "bffca9b958af11d1bfd0c0d1a281fc8799cc5a5b"
[dependencies.tracing]
version = "0.1.6"