tgr2 0.1.0

Simple game engine for 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 = "2024"
name = "tgr2"
version = "0.1.0"
authors = ["Argus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple game engine for Rust"
documentation = "https://docs.rs/tgr2"
readme = false
keywords = [
    "game-engine",
    "rust",
    "3d",
    "graphics",
]
categories = [
    "game-development",
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Celebro228/tgr2"

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

[[bin]]
name = "test"
path = "test/test.rs"

[dependencies.glam]
version = "0.30.5"

[dependencies.hashbrown]
version = "0.15.5"

[dependencies.miniquad]
version = "0.4.8"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon]
version = "1.11.0"

[profile.dev]
opt-level = 3

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
rpath = false
panic = "abort"
overflow-checks = false
incremental = false
strip = true

[profile.release.package."*"]
opt-level = 3