brass_engine 0.2.6

2D game engine with ECS, scripting and wgpu renderer
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 = "brass_engine"
version = "0.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "2D game engine with ECS, scripting and wgpu renderer"
readme = false
keywords = [
    "gamedev",
    "2d",
    "ecs",
    "wgpu",
    "renderer",
]
categories = ["game-engines"]
license = "MIT"
repository = "https://github.com/CTRL-F0rg3/brass_engine"

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

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.glam]
version = "0.29"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.3"

[dependencies.wgpu]
version = "22"

[dependencies.winit]
version = "0.30"