diff options
author | 2023-02-09 00:20:07 +0100 | |
---|---|---|
committer | 2023-02-24 13:37:32 +0100 | |
commit | 0715d7d0c781a4c7ead4dfdbf0f4656022df67e1 (patch) | |
tree | 3b500f11ac0f58a9d44e8526215c3af3bdbf995a /wgpu/Cargo.toml | |
parent | 05c787c2efbd8c8bc11925e1605b8b09ba744268 (diff) | |
download | iced-0715d7d0c781a4c7ead4dfdbf0f4656022df67e1.tar.gz iced-0715d7d0c781a4c7ead4dfdbf0f4656022df67e1.tar.bz2 iced-0715d7d0c781a4c7ead4dfdbf0f4656022df67e1.zip |
Update `glyphon` in `iced_wgpu`
Diffstat (limited to 'wgpu/Cargo.toml')
-rw-r--r-- | wgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 6132768d..632873a3 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -60,7 +60,7 @@ path = "../graphics" [dependencies.glyphon] version = "0.2" git = "https://github.com/hecrj/glyphon.git" -rev = "541efc5df644b1a25e96113f602a3f6803ce8a07" +rev = "65b481d758f50fd13fc21af2cc5ef62ddee64955" [dependencies.tracing] version = "0.1.6" |