mulciber-runtime 0.5.1

Game-loop timing and input snapshots for Mulciber
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"
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"