tinygame-core 0.0.2

Minimal SDL-based game runtime core with a plugin-driven world
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 = "tinygame-core"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal SDL-based game runtime core with a plugin-driven world"
readme = "README.md"
license = "MIT"

[features]
build-from-source = ["sdl3-sys/build-from-source"]
build-from-source-static = ["sdl3-sys/build-from-source-static"]
default = [
    "sdl-lean-and-mean",
    "build-from-source-static",
]
link-framework = ["sdl3-sys/link-framework"]
link-static = ["sdl3-sys/link-static"]
no-link = ["sdl3-sys/no-link"]
no-sdl-lean-and-mean = ["sdl3-sys/no-sdl-lean-and-mean"]
no-sdl-libc = ["sdl3-sys/no-sdl-libc"]
no-sdl-rpath = ["sdl3-sys/no-sdl-rpath"]
sdl-ccache = ["sdl3-sys/sdl-ccache"]
sdl-lean-and-mean = ["sdl3-sys/sdl-lean-and-mean"]
sdl-libc = ["sdl3-sys/sdl-libc"]
sdl-rpath = ["sdl3-sys/sdl-rpath"]
sdl-unix-console-build = ["sdl3-sys/sdl-unix-console-build"]
use-libc-v0-2 = ["sdl3-sys/use-libc-v0-2"]
use-pkg-config = ["sdl3-sys/use-pkg-config"]
use-vcpkg = ["sdl3-sys/use-vcpkg"]
use-x11-dl-v2 = ["sdl3-sys/use-x11-dl-v2"]
use-x11-v2 = ["sdl3-sys/use-x11-v2"]

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

[dependencies.sdl3-sys]
version = "0.6.1"
default-features = false

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
strip = true