bevy_button_released_plugin 0.8.0

Bevy helper crate that allows to react to button being released.
Documentation
<!DOCTYPE html>
<html lang="en">

<head>
    <title>Bevy Button Click Plugin</title>
    <style>
        html,
        body {
            margin: auto 0;
            height: 100%;
        }
        canvas {
            padding-left: 0;
            padding-right: 0;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }
    </style>
</head>

<body style="margin: 0 !important; padding: 0 !important;">
    <script type="module">
        // Import and run your bevy wasm code
        import init from './simple.js'
        init()
    </script>
     <a href="https://github.com/Leinnan/bevy_button_released_plugin">Source code</a>
</body>

</html>