Skip to content

Commit e064c51

Browse files
committed
add link to bevy website
1 parent 745250e commit e064c51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/blog/2024/12-10-rust-web-drag-drop-image
  • docs/blog/2024/12-10-rust-web-drag-drop-image

content/blog/2024/12-10-rust-web-drag-drop-image/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ custom_summary = "In this post, we talk about how to integrate web native APIs v
99

1010
<img src="demo.gif" alt="demo" style="width: 50%; max-width: 500px" class="inline-img" />
1111

12-
In this post, we talk about how to integrate web native APIs via WASM with Bevy.
12+
In this post, we talk about how to integrate web native APIs via WASM with [Bevy](https://bevyengine.org).
1313

1414
We utilize the recently released [bevy_channel_trigger](https://crates.io/crates/bevy_channel_trigger) crate, [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) and [gloo](https://github.com/rustwasm/gloo).
1515

docs/blog/2024/12-10-rust-web-drag-drop-image/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h1 class="title">
3030
</h1>
3131
<div class="content">
3232
<img src="demo.gif" alt="demo" style="width: 50%; max-width: 500px" class="inline-img" />
33-
<p>In this post, we talk about how to integrate web native APIs via WASM with Bevy.</p>
33+
<p>In this post, we talk about how to integrate web native APIs via WASM with <a href="https://bevyengine.org">Bevy</a>.</p>
3434
<p>We utilize the recently released <a href="https://crates.io/crates/bevy_channel_trigger">bevy_channel_trigger</a> crate, <a href="https://github.com/rustwasm/wasm-bindgen">wasm-bindgen</a> and <a href="https://github.com/rustwasm/gloo">gloo</a>.</p>
3535
<p>If you want to play with the code and tinker with it, you can find it on <a href="https://github.com/rustunit/bevy_web_drop_image_as_sprite">GitHub</a>.</p>
3636
<h1 id="what-is-the-use-case">What is the use case?</h1>

0 commit comments

Comments
 (0)