summaryrefslogtreecommitdiffstats
path: root/wgpu/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-19 14:52:30 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-19 14:52:30 +0100
commit5f9e7f6cb99467363d691086cb697b2390793afd (patch)
treee78ffc7af0a5fbb9cf508bcff27402d555f7ab15 /wgpu/Cargo.toml
parentd1dc62ebcdab6ec57605d276a02d6dae1e97c30d (diff)
downloadiced-5f9e7f6cb99467363d691086cb697b2390793afd.tar.gz
iced-5f9e7f6cb99467363d691086cb697b2390793afd.tar.bz2
iced-5f9e7f6cb99467363d691086cb697b2390793afd.zip
Update `cosmic-text` to latest :tada:
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r--wgpu/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml
index 6a313d4f..3aef4ff4 100644
--- a/wgpu/Cargo.toml
+++ b/wgpu/Cargo.toml
@@ -21,7 +21,6 @@ futures = "0.3"
bitflags = "1.2"
once_cell = "1.0"
rustc-hash = "1.1"
-ouroboros = "0.15"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wgpu = { version = "0.14", features = ["webgl"] }
@@ -45,7 +44,7 @@ path = "../graphics"
[dependencies.glyphon]
version = "0.2"
git = "https://github.com/hecrj/glyphon.git"
-rev = "edd23695ad53db5f89d455c3c130172fd107d6a2"
+rev = "47050174841a4f58fc8d85c943a2117f72f19e8e"
[dependencies.encase]
version = "0.3.0"