dragonruby-book/book.toml

12 lines
427 B
TOML
Raw Normal View History

2022-11-23 16:51:09 +01:00
[book]
2022-11-23 23:51:11 +01:00
authors = ["Brett Chalupa", "Dragon Rider Community"]
2022-11-23 16:51:09 +01:00
language = "en"
multilingual = false
src = "src"
2022-11-23 17:16:21 +01:00
title = "Building Games with DragonRuby"
2022-11-23 23:51:11 +01:00
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}"