diff options
author | 2024-09-10 19:33:38 +0200 | |
---|---|---|
committer | 2024-09-10 19:33:38 +0200 | |
commit | 7683447f87e9aa086d7952d2570ac19606b48900 (patch) | |
tree | d0a2818fa32659711ce538056cd596ecbfbeafa1 /examples/download_progress/index.html | |
parent | 44235f0c0bcec1695a4504af55e3b00211db9f0e (diff) | |
parent | 0053cc03f9cf92f4f476bdd52e5aca1ac630dfbf (diff) | |
download | iced-7683447f87e9aa086d7952d2570ac19606b48900.tar.gz iced-7683447f87e9aa086d7952d2570ac19606b48900.tar.bz2 iced-7683447f87e9aa086d7952d2570ac19606b48900.zip |
Merge pull request #2419 from skygrango/wasm/support-download_progress
Support wasm target for `download_progress`
Diffstat (limited to 'examples/download_progress/index.html')
-rw-r--r-- | examples/download_progress/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/download_progress/index.html b/examples/download_progress/index.html new file mode 100644 index 00000000..c79e32c1 --- /dev/null +++ b/examples/download_progress/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en" style="height: 100%"> +<head> + <meta charset="utf-8" content="text/html; charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>Download_Progress - Iced</title> + <base data-trunk-public-url /> +</head> +<body style="height: 100%; margin: 0"> +<link data-trunk rel="rust" href="Cargo.toml" data-wasm-opt="z" data-bin="download_progress" /> +</body> +</html> |