bevy_args 4.0.0

bevy plugin to parse command line arguments and URL query parameters
Documentation
<html>
  <head>
    <meta charset="UTF-8" />
    <title>bevy_args</title>
    <style>
      body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }
    </style>
  </head>
  <script type="module">
    import init from './out/minimal.js'
    init()
  </script>
  <script>
    // Disable right-click context menu
    document.addEventListener('contextmenu', event => event.preventDefault());
  </script>
</html>