pebble-engine 3.1.2

A modular, ECS-style graphics/app framework for Rust.
Documentation
[book]

title = "Learn Pebble"

authors = ["Pebble contributors"]

description = "A how-to guide to the Pebble game engine, organized by feature."

src = "src"

language = "en"



[build]

build-dir = "dist"

create-missing = false



[output.html]

default-theme = "light"

preferred-dark-theme = "navy"

additional-css = ["theme/catppuccin.css"]

git-repository-url = "https://github.com/Akihiro120/pebble"

edit-url-template = "https://github.com/Akihiro120/pebble/edit/main/book/{path}"



[output.html.fold]

enable = true

level = 1



[output.html.playground]

runnable = false