retrofire 0.4.0-pre4

90s style software 3D renderer and graphics tools.
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 = "retrofire"
version = "0.4.0-pre4"
authors = ["Johannes 'Sharlin' Dahlström <johannes.dahlstrom@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "90s style software 3D renderer and graphics tools."
readme = "README.md"
keywords = [
    "graphics",
    "gamedev",
    "demoscene",
    "retrocomputing",
    "rendering",
]
categories = [
    "graphics",
    "game-development",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jdahlstrom/retrofire"
resolver = "2"

[features]
default = ["std"]
std = [
    "retrofire-core/std",
    "retrofire-geom/std",
]

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

[dependencies.retrofire-core]
version = "0.4.0-pre4"

[dependencies.retrofire-front]
version = "0.4.0-pre4"

[dependencies.retrofire-geom]
version = "0.4.0-pre4"

[profile.dev]
opt-level = 1
split-debuginfo = "unpacked"

[profile.release]
opt-level = 2
lto = "thin"
debug = 1