diff options
author | 2020-03-23 15:54:23 +0100 | |
---|---|---|
committer | 2020-03-23 17:53:57 +0100 | |
commit | fff333f89ba99f32171641f0e8d78c9cdfe291b4 (patch) | |
tree | 08d267252d154f0fb936f14195cb5acc40340510 /Cargo.toml | |
parent | 092e9fb4cc3edcf2083b4464d24d50c82a1163d2 (diff) | |
download | iced-fff333f89ba99f32171641f0e8d78c9cdfe291b4.tar.gz iced-fff333f89ba99f32171641f0e8d78c9cdfe291b4.tar.bz2 iced-fff333f89ba99f32171641f0e8d78c9cdfe291b4.zip |
Add example for download with progress tracking
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ members = [ "web", "wgpu", "winit", + "examples/download_progress", "examples/bezier_tool", "examples/clock", "examples/counter", |