summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Songtronix <contact@songtronix.com>2020-03-23 15:54:23 +0100
committerLibravatar Songtronix <contact@songtronix.com>2020-03-23 17:53:57 +0100
commitfff333f89ba99f32171641f0e8d78c9cdfe291b4 (patch)
tree08d267252d154f0fb936f14195cb5acc40340510 /Cargo.toml
parent092e9fb4cc3edcf2083b4464d24d50c82a1163d2 (diff)
downloadiced-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 12b75aed..d2444486 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,6 +37,7 @@ members = [
"web",
"wgpu",
"winit",
+ "examples/download_progress",
"examples/bezier_tool",
"examples/clock",
"examples/counter",