diff options
Diffstat (limited to '')
-rw-r--r-- | wgpu/Cargo.toml | 3 |
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" |