diff options
author | 2023-02-04 13:24:11 +0100 | |
---|---|---|
committer | 2023-02-24 13:31:19 +0100 | |
commit | b4dd9b6d93479f28304ba23fec59816d6fcec564 (patch) | |
tree | 7322257b8b8c765ba67ede3d9e3d4a09a8360291 | |
parent | da4182099db703d59006ca72de4cb4d54c9d7855 (diff) | |
download | iced-b4dd9b6d93479f28304ba23fec59816d6fcec564.tar.gz iced-b4dd9b6d93479f28304ba23fec59816d6fcec564.tar.bz2 iced-b4dd9b6d93479f28304ba23fec59816d6fcec564.zip |
Update `glyphon` fork (sRGB support)
Diffstat (limited to '')
-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 0d9fb75b..da8cdf9f 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 = "4b5e5106f05332dc324bae2095468845a61f36b9" +rev = "304dcaf8443bec7194891fdef3df468a6eaeb7d9" [dependencies.tracing] version = "0.1.6" |