summaryrefslogtreecommitdiffstats
path: root/examples/integration/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-07 15:50:18 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-07 16:07:56 +0200
commit2645524f88414393d8b3ca9c6fe801b32b5ebd33 (patch)
tree9fad3313f97bcc5ca9c75c2c7ca08eb21ff578a2 /examples/integration/README.md
parentdb07b9ba9ef20c5995076992bf5592af12698000 (diff)
downloadiced-2645524f88414393d8b3ca9c6fe801b32b5ebd33.tar.gz
iced-2645524f88414393d8b3ca9c6fe801b32b5ebd33.tar.bz2
iced-2645524f88414393d8b3ca9c6fe801b32b5ebd33.zip
Update `winit` to `0.30`
Diffstat (limited to 'examples/integration/README.md')
-rw-r--r--examples/integration/README.md19
1 files changed, 1 insertions, 18 deletions
diff --git a/examples/integration/README.md b/examples/integration/README.md
index aa3a6e94..bac0640c 100644
--- a/examples/integration/README.md
+++ b/examples/integration/README.md
@@ -10,25 +10,8 @@ The __[`main`]__ file contains all the code of the example.
You can run it with `cargo run`:
```
-cargo run --package integration_wgpu
+cargo run --package integration
```
-### How to run this example with WebGL backend
-NOTE: Currently, WebGL backend is still experimental, so expect bugs.
-
-```sh
-# 0. Install prerequisites
-cargo install wasm-bindgen-cli https
-# 1. cd to the current folder
-# 2. Compile wasm module
-cargo build -p integration_wgpu --target wasm32-unknown-unknown
-# 3. Invoke wasm-bindgen
-wasm-bindgen ../../target/wasm32-unknown-unknown/debug/integration_wgpu.wasm --out-dir . --target web --no-typescript
-# 4. run http server
-http
-# 5. Open 127.0.0.1:8000 in browser
-```
-
-
[`main`]: src/main.rs
[`wgpu`]: https://github.com/gfx-rs/wgpu