diff options
author | 2023-04-17 23:44:26 +0200 | |
---|---|---|
committer | 2023-04-17 23:44:26 +0200 | |
commit | e3730106e9d4f75de199e1b83cf285b8ff031968 (patch) | |
tree | 34d8543442148b7a02dd74ce5c54ef377147e0d9 /wgpu/Cargo.toml | |
parent | 4bae457c37b499f3cfddbdac9ff37a34cbce61d5 (diff) | |
download | iced-e3730106e9d4f75de199e1b83cf285b8ff031968.tar.gz iced-e3730106e9d4f75de199e1b83cf285b8ff031968.tar.bz2 iced-e3730106e9d4f75de199e1b83cf285b8ff031968.zip |
Update `glyphon` to latest `dev`
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 4559040e..14dcd550 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -44,7 +44,7 @@ path = "../graphics" [dependencies.glyphon] version = "0.2" git = "https://github.com/hecrj/glyphon.git" -rev = "6601deec1c7595f8fd5f83f929b2497104905400" +rev = "1d26d92b19407c5dabe4625944d4a6babbbf0715" [dependencies.encase] version = "0.3.0" |