generated from ereborstudios/smaug_project_template
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
693 B
23 lines
693 B
3 years ago
|
[project]
|
||
|
# The name of your game's executable. This should only contain a-z, A-Z, 0-9, _ or -.
|
||
|
name = "ornraier_candidacy"
|
||
|
# The game's title. This will show up in the tile bar of your executable.
|
||
|
title = "Ornraier-Candidacy"
|
||
|
version = "0.1.0"
|
||
|
authors = ["TODO: ldk <todo@example.com>"]
|
||
|
icon = "metadata/icon.png"
|
||
|
compile_ruby = false
|
||
|
|
||
|
[dragonruby]
|
||
|
version = "2.26"
|
||
|
edition = "pro"
|
||
|
|
||
|
[dependencies]
|
||
|
|
||
|
[itch]
|
||
|
# The Project URL you set when you created the game on Itch.io. https://my-username.itch.io/my-game.
|
||
|
# This will also be the name of your build files, so fill it out even if you aren't uploading to Itch.io.
|
||
|
url = "todo-change-me"
|
||
|
# Your username on Itch.io.
|
||
|
username = "todo-change-me"
|