diff options
author | 2024-01-09 12:25:53 -0800 | |
---|---|---|
committer | 2024-01-17 07:46:33 -0800 | |
commit | ff268c8c4268d930fc337636302175d44e201448 (patch) | |
tree | 04b416d04a7341593d8ae552a7b651a345704996 /Cargo.toml | |
parent | 070abff5cee7fd351185a7cbc38a54e1d5f0db70 (diff) | |
download | iced-ff268c8c4268d930fc337636302175d44e201448.tar.gz iced-ff268c8c4268d930fc337636302175d44e201448.tar.bz2 iced-ff268c8c4268d930fc337636302175d44e201448.zip |
Update to `softbuffer` 0.3, tracking up to `age` sets of primitives
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ resvg = "0.36" rustc-hash = "1.0" smol = "1.0" smol_str = "0.2" -softbuffer = "0.2" +softbuffer = "0.3.4" syntect = "5.1" sysinfo = "0.28" thiserror = "1.0" |