pawkit 0.1.12

PawKit is a mninimal game engine toolkit, written in Rust, with support for C, C++, Godot, and Lua.
# 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 = "pawkit"
version = "0.1.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PawKit is a mninimal game engine toolkit, written in Rust, with support for C, C++, Godot, and Lua."
homepage = "https://teamvulpine.com"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/TeamVulpine/PawKit"
resolver = "2"

[features]
internal_libraries = [
    "pawkit-crockford",
    "pawkit-holy-array",
]

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

[dependencies.pawkit-crockford]
version = "0.1.12"
optional = true

[dependencies.pawkit-fs]
version = "0.1.12"

[dependencies.pawkit-holy-array]
version = "0.1.12"
optional = true

[dependencies.pawkit-input]
version = "0.1.12"

[dependencies.pawkit-interner]
version = "0.1.12"

[dependencies.pawkit-logger]
version = "0.1.12"

[dependencies.pawkit-net]
version = "0.1.12"