pebble-engine 0.10.7

A modular, ECS-style graphics/app framework for Rust.
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 = "pebble-engine"
version = "0.10.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular, ECS-style graphics/app framework for Rust."
readme = "Readme.md"
keywords = [
    "graphics",
    "ecs",
    "gamedev",
]
categories = [
    "graphics",
    "game-engines",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Akihiro120/pebble"

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

[[test]]
name = "scheduler_convergence"
path = "tests/scheduler_convergence.rs"

[dependencies.bytemuck]
version = "1.25.2"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.half]
version = "2.4"
features = ["bytemuck"]

[dependencies.hecs]
version = "0.11.0"

[dependencies.image]
version = "0.25.10"

[dependencies.oneshot]
version = "0.1"

[dependencies.pollster]
version = "1.0.1"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.slotmap]
version = "1.1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.wgpu]
version = "29.0.3"
features = [
    "spirv",
    "fragile-send-sync-non-atomic-wasm",
]

[dependencies.winit]
version = "0.29"

[dependencies.winit_input_helper]
version = "0.16"

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

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

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Document",
    "Window",
    "HtmlCanvasElement",
]