[package]
edition = "2024"
rust-version = "1.97"
name = "mulciber-runtime"
version = "0.5.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Game-loop timing and input snapshots for Mulciber"
homepage = "https://github.com/fairhill1/mulciber"
readme = "README.md"
keywords = [
"gamedev",
"game-loop",
"input",
"metal",
"vulkan",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fairhill1/mulciber"
[lib]
name = "mulciber_runtime"
path = "src/lib.rs"
[dependencies.mulciber-platform]
version = "0.5.0"
[lints.clippy]
all = "warn"
pedantic = "warn"
[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"