wuestite 0.1.0

2D game engine written in rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "wuestite"
version = "0.1.0"
authors = [
    "decency131",
    "ArZarLordOfMango",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "2D game engine written in rust."
homepage = "https://github.com/decency131/wuestite/blob/main/README.md"
readme = "README.md"
keywords = [
    "gamedev",
    "engine",
]
license-file = "LICENSE"
repository = "https://github.com/decency131/wuestite"

[lib]
name = "wuestite"
path = "src/lib.rs"

[[example]]
name = "simple_ecs"
path = "examples/simple_ecs.rs"

[[example]]
name = "simple_event"
path = "examples/simple_event.rs"

[dependencies.wuestite_ecs]
version = "0.1.0"