game-toolkit-core 0.1.1

Game loop, the Game trait, Context and time for the game-toolkit game-jam kit.
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 = "game-toolkit-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Game loop, the Game trait, Context and time for the game-toolkit game-jam kit."
readme = "README.md"
keywords = [
    "gamedev",
    "game-loop",
    "gamejam",
    "2d",
]
categories = ["game-development"]
license = "EUPL-1.2"
repository = "https://github.com/sunsided/game-toolkit"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.game-toolkit-assets]
version = "0.1.1"

[dependencies.game-toolkit-audio]
version = "0.1.1"

[dependencies.game-toolkit-gfx]
version = "0.1.1"

[dependencies.game-toolkit-input]
version = "0.1.1"

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.4"

[dependencies.wgpu]
version = "29"

[dependencies.winit]
version = "0.30"

[lints.rust]
unsafe_code = "deny"