modul 0.0.0

Currently just reserved, planning to create a simple game/app engine based on bevy_ecs
Documentation
1
2
3
4
5
6
7
8
9
workspace = {members = ["crates/*"]}
[package]
name = "modul"
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Currently just reserved, planning to create a simple game/app engine based on bevy_ecs"

[dependencies]