hexga_graphics 0.0.11-beta.53

The default graphic renderer of hexga_engine.
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_graphics"
version = "0.0.11-beta.53"
authors = ["Mewily <thomas.mewily@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The default graphic renderer of hexga_engine."
homepage = "https://github.com/Thomas-Mewily/hexga"
readme = "README.md"
keywords = [
    "multimedia",
    "graphics",
]
categories = [
    "game-development",
    "graphics",
]
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",
    "wgpu",
]
float_are_32_bits = [
    "hexga/float_are_32_bits",
    "hexga_wgpu/float_are_32_bits",
]
float_are_64_bits = [
    "hexga/float_are_64_bits",
    "hexga_wgpu/float_are_64_bits",
]
float_are_size_bits = [
    "hexga/float_are_size_bits",
    "hexga_wgpu/float_are_size_bits",
]
hexga_encoding_derive = [
    "hexga/hexga_encoding_derive",
    "hexga_wgpu/hexga_encoding_derive",
]
int_are_16_bits = [
    "hexga/int_are_16_bits",
    "hexga_wgpu/int_are_16_bits",
]
int_are_32_bits = [
    "hexga/int_are_32_bits",
    "hexga_wgpu/int_are_32_bits",
]
int_are_64_bits = [
    "hexga/int_are_64_bits",
    "hexga_wgpu/int_are_64_bits",
]
int_are_8_bits = [
    "hexga/int_are_8_bits",
    "hexga_wgpu/int_are_8_bits",
]
int_are_size_bits = [
    "hexga/int_are_size_bits",
    "hexga_wgpu/int_are_size_bits",
]
serde = [
    "dep:serde",
    "hexga/serde",
    "hexga_wgpu/serde",
]
serde_rc = [
    "serde/rc",
    "hexga/serde_rc",
    "hexga_wgpu/serde_rc",
]
wgpu = ["dep:hexga_wgpu"]

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

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

[dependencies.hexga_wgpu]
version = "0.0.11-beta.53"
optional = true
default-features = false

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