diff options
author | 2024-05-08 09:23:53 +0200 | |
---|---|---|
committer | 2024-05-08 09:23:53 +0200 | |
commit | e07b42ac96b8d098a883c93afe828a439f479c7b (patch) | |
tree | 4858388c6b4e2f41a484164a72af53bdaf11f9f1 /examples/integration/README.md | |
parent | 247870f83bc12f3f4b549bb582f1058f5adcce25 (diff) | |
parent | 7e7285d60f08e9d32a796e9adf7e37535a67fc43 (diff) | |
download | iced-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/README.md')
-rw-r--r-- | examples/integration/README.md | 19 |
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 |