diff options
author | 2024-05-07 15:50:18 +0200 | |
---|---|---|
committer | 2024-05-07 16:07:56 +0200 | |
commit | 2645524f88414393d8b3ca9c6fe801b32b5ebd33 (patch) | |
tree | 9fad3313f97bcc5ca9c75c2c7ca08eb21ff578a2 /examples/integration/index.html | |
parent | db07b9ba9ef20c5995076992bf5592af12698000 (diff) | |
download | iced-2645524f88414393d8b3ca9c6fe801b32b5ebd33.tar.gz iced-2645524f88414393d8b3ca9c6fe801b32b5ebd33.tar.bz2 iced-2645524f88414393d8b3ca9c6fe801b32b5ebd33.zip |
Update `winit` to `0.30`
Diffstat (limited to 'examples/integration/index.html')
-rw-r--r-- | examples/integration/index.html | 21 |
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> |