mirror of
https://github.com/DragonRidersUnite/book
synced 2024-11-16 07:47:42 +01:00
11 lines
427 B
TOML
11 lines
427 B
TOML
[book]
|
|
authors = ["Brett Chalupa", "Dragon Rider Community"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Building Games with DragonRuby"
|
|
description = "A comprehensive guide to shipping cross-platform 2D games with ease using DragonRuby Game Toolkit."
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/DragonRidersUnite/book"
|
|
edit-url-template = "https://github.com/DragonRidersUnite/book/edit/main/{path}"
|