bevy_pathmesh 0.6.0

Navmesh plugin for Bevy
Documentation
<!doctype html>
<html lang="en">

<head>
    <title>
        Navmesh with Polyanya
    </title>
    <style>
        .disable-select {
            user-select: none;
            /* supported by Chrome and Opera */
            -webkit-user-select: none;
            /* Safari */
            -khtml-user-select: none;
            /* Konqueror HTML */
            -moz-user-select: none;
            /* Firefox */
            -ms-user-select: none;
            /* Internet Explorer/Edge */
        }
    </style>
</head>

<script type="module">
    import init from './moving.js'
    init()
</script>

<body style="margin: 0px; height: 100vh" class="disable-select">

</body>

</html>