diff options
author | 2023-02-04 11:35:12 +0100 | |
---|---|---|
committer | 2023-02-24 13:29:12 +0100 | |
commit | d2825360a75600bb6b4097737c987e2d9e05da6a (patch) | |
tree | 277f59b9b8b1a71618b5fc74fa0fe2516fb72a0f /wgpu/Cargo.toml | |
parent | 5a82fc654e2933c4c93dac5393685861feb07b1f (diff) | |
download | iced-d2825360a75600bb6b4097737c987e2d9e05da6a.tar.gz iced-d2825360a75600bb6b4097737c987e2d9e05da6a.tar.bz2 iced-d2825360a75600bb6b4097737c987e2d9e05da6a.zip |
Load `Iced-Icons.ttf` font in `text::Pipeline::new`
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 280ce29b..1ab3d93f 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -53,7 +53,7 @@ path = "../graphics" [dependencies.glyphon] version = "0.2" git = "https://github.com/hecrj/glyphon.git" -rev = "bffca9b958af11d1bfd0c0d1a281fc8799cc5a5b" +rev = "4b5e5106f05332dc324bae2095468845a61f36b9" [dependencies.tracing] version = "0.1.6" |