flywheel 0.1.3

Open-source, cross-platform 2.5D game engine built on SDL3.
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 = "2024"
name = "flywheel"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open-source, cross-platform 2.5D game engine built on SDL3."
documentation = "https://docs.rs/flywheel/latest/flywheel/"
readme = "README.md"
keywords = [
    "gamedev",
    "game",
    "graphics",
    "engine",
    "flywheel",
]
categories = [
    "game-engines",
    "rendering",
    "graphics",
]
license = "Zlib"
repository = "https://github.com/zanadoman/flywheel.git"

[features]
serde = ["dep:serde"]

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

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

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.approx]
version = "0.5.1"
default-features = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"