bevy_webview 0.2.2

Rapidly iterate and build Bevy UI's with existing web-based technologies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<body>
  <div style="text-align: center; margin-top: 10vh">
    <h1>Local Assets</h1>

    <p>This html file is retrieved from the file system</p>

    <p>
      Try editing assets/webview/test_webview.html, and press F5 key or the
      reload button on screen.
    </p>

    <img src="icon.png" />
  </div>
</body>