thndr_event 0.0.1

Thunder Event System
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "warn"

[package]
categories = ["game-development", "game-engines"]
description = "Thunder Event System"
edition = "2021"
keywords = ["game", "engine", "thunder", "events", "gamedev"]
license = "MIT OR Apache-2.0"
name = "thndr_event"
repository = "https://github.com/ThunderStudios/Thunder"
version = "0.0.1"