summaryrefslogtreecommitdiffstats
path: root/examples/integration/index.html
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-05-08 09:23:53 +0200
committerLibravatar GitHub <noreply@github.com>2024-05-08 09:23:53 +0200
commite07b42ac96b8d098a883c93afe828a439f479c7b (patch)
tree4858388c6b4e2f41a484164a72af53bdaf11f9f1 /examples/integration/index.html
parent247870f83bc12f3f4b549bb582f1058f5adcce25 (diff)
parent7e7285d60f08e9d32a796e9adf7e37535a67fc43 (diff)
downloadiced-e07b42ac96b8d098a883c93afe828a439f479c7b.tar.gz
iced-e07b42ac96b8d098a883c93afe828a439f479c7b.tar.bz2
iced-e07b42ac96b8d098a883c93afe828a439f479c7b.zip
Merge pull request #2427 from iced-rs/winit-0.30
Update `winit` to `0.30`
Diffstat (limited to 'examples/integration/index.html')
-rw-r--r--examples/integration/index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/integration/index.html b/examples/integration/index.html
deleted file mode 100644
index 920bc4a0..00000000
--- a/examples/integration/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
- <title>Iced - wgpu + WebGL integration</title>
- </head>
- <body>
- <h1>integration_wgpu</h1>
- <canvas id="iced_canvas"></canvas>
- <script type="module">
- import init from "./integration.js";
- init('./integration_bg.wasm');
- </script>
- <style>
- body {
- width: 100%;
- text-align: center;
- }
- </style>
- </body>
-</html>