Game development in Rust with Macroquad in Swedish

  • repo (folder: macroquad-introduction-book)
  • site: NA
  • description: Swedish

book.toml

[book]
authors = ["Olle Wreede"]
language = "sv"
src = "src"
title = "Koda ett spel med Rust och Macroquad"
description = "En guide som beskriver hur man kodar ett spel med programmeringsspråket Rust och spelramverket Macroquad."

[build]
create-missing = false

[rust]
edition = "2021"

[output.html]
default-theme = "macchiato"
preferred-dark-theme = "macchiato"
smart-punctuation = true
git-repository-url = "https://github.com/ollej/macroquad-introduktion"
additional-css = ["./book.css", "./theme/catppuccin.css", "./theme/catppuccin-highlight.css", "./theme/mdbook-admonish.css", "./theme/catppuccin-admonish.css"]
additional-js = ["code-line-highlight.js"]

[output.html.playground]
runnable = false

[preprocessor]
[preprocessor.quiz]

[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.0" # do not edit: managed by `mdbook-admonish install`