Reuse a RenderPass as much as possible in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-02-08 00:47:16 +01:00
parent b8c1809ea1
commit 730d6a0756
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
8 changed files with 197 additions and 171 deletions

View file

@ -59,8 +59,9 @@ path = "../graphics"
[dependencies.glyphon]
version = "0.2"
git = "https://github.com/hecrj/glyphon.git"
rev = "3c2acb9dea5b9fcb0fa650b3c73b3a3242c62f4a"
# git = "https://github.com/hecrj/glyphon.git"
# rev = "3c2acb9dea5b9fcb0fa650b3c73b3a3242c62f4a"
path = "../../glyphon"
[dependencies.tracing]
version = "0.1.6"