bevy_quit 0.1.1

Simple plugin to easily add keybinds to exit a bevy game
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.bevy]
version = "0.12"

[package]
authors = ["Joan Antoni <jotare>"]
categories = ["game-engines"]
description = "Simple plugin to easily add keybinds to exit a bevy game"
edition = "2021"
keywords = ["game-dev", "game-engine", "bevy-plugin"]
license-file = "LICENSE"
name = "bevy_quit"
readme = "README.md"
repository = "https://github.com/jotare/bevy_quit"
version = "0.1.1"