hexga_engine 0.0.11-beta.49

A multimedia game and software engine for handling graphics, audio, and input.
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 = "hexga_engine"
version = "0.0.11-beta.49"
authors = ["Mewily <thomas.mewily@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A multimedia game and software engine for handling graphics, audio, and input."
homepage = "https://github.com/Thomas-Mewily/hexga"
readme = "README.md"
keywords = [
    "game",
    "engine",
    "multimedia",
    "graphics",
    "software",
]
categories = [
    "game-engines",
    "game-development",
    "graphics",
    "games",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Thomas-Mewily/hexga"

[features]
default = [
    "int_are_32_bits",
    "float_are_32_bits",
    "serde",
    "serde_rc",
    "hexga_encoding_derive",
]
float_are_32_bits = [
    "hexga/float_are_32_bits",
    "hexga_graphics/float_are_32_bits",
]
float_are_64_bits = [
    "hexga/float_are_64_bits",
    "hexga_graphics/float_are_64_bits",
]
float_are_size_bits = [
    "hexga/float_are_size_bits",
    "hexga_graphics/float_are_size_bits",
]
hexga_encoding_derive = [
    "hexga/hexga_encoding_derive",
    "hexga_graphics/hexga_encoding_derive",
]
int_are_16_bits = [
    "hexga/int_are_16_bits",
    "hexga_graphics/int_are_16_bits",
]
int_are_32_bits = [
    "hexga/int_are_32_bits",
    "hexga_graphics/int_are_32_bits",
]
int_are_64_bits = [
    "hexga/int_are_64_bits",
    "hexga_graphics/int_are_64_bits",
]
int_are_8_bits = [
    "hexga/int_are_8_bits",
    "hexga_graphics/int_are_8_bits",
]
int_are_size_bits = [
    "hexga/int_are_size_bits",
    "hexga_graphics/int_are_size_bits",
]
serde = [
    "dep:serde",
    "hexga/serde",
    "hexga_graphics/serde",
]
serde_rc = [
    "serde/rc",
    "hexga/serde_rc",
    "hexga_graphics/serde_rc",
]

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

[dependencies.copypasta]
version = "0.10.2"

[dependencies.env_logger]
version = "0.10"

[dependencies.hexga]
version = "0.0.11-beta.49"
default-features = false

[dependencies.hexga_graphics]
version = "0.0.11-beta.49"
features = ["wgpu"]
default-features = false

[dependencies.log]
version = "0.4.22"

[dependencies.serde]
version = "1.0.0"
features = ["derive"]
optional = true

[dependencies.smol]
version = "2.0.2"

[dependencies.winit]
version = "0.30.11"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_log]
version = "1.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.49"