diff options
author | 2024-01-16 02:11:48 +0100 | |
---|---|---|
committer | 2024-01-16 02:11:48 +0100 | |
commit | c4ba657de86d7606587dad5124f435141258f570 (patch) | |
tree | d7a105c8173218c9a279ecd96766c536dbd5f940 /examples | |
parent | 50c310fd9f692eafb2350827636ffbd6d7b6c9b9 (diff) | |
parent | 73e7cf16e315cd179bf416e9051a562f7a8b648a (diff) | |
download | iced-c4ba657de86d7606587dad5124f435141258f570.tar.gz iced-c4ba657de86d7606587dad5124f435141258f570.tar.bz2 iced-c4ba657de86d7606587dad5124f435141258f570.zip |
Merge pull request #2203 from iced-rs/update-glyphon
Update `glyphon` to `0.4`
Diffstat (limited to 'examples')
-rw-r--r-- | examples/editor/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/editor/Cargo.toml b/examples/editor/Cargo.toml index a3f6ea3b..dc885728 100644 --- a/examples/editor/Cargo.toml +++ b/examples/editor/Cargo.toml @@ -12,4 +12,4 @@ iced.features = ["highlighter", "tokio", "debug"] tokio.workspace = true tokio.features = ["fs"] -rfd = "0.12" +rfd = "0.13" |