chore: Update config with new fields

This commit is contained in:
Lucas Schwiderski 2023-03-09 17:40:22 +01:00
parent ac46c311d4
commit ecb1b53729
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -1,7 +1,12 @@
id = "dml"
name = "Darktide Mod Loader"
description = "This is my new mod 'Darktide Mod Loader'!"
summary = "The low-level facilities that enable loading mods from specially prepared bundles."
version = "0.1.0"
author = "SirAiedail"
categories = [
Tools
]
resources = {
init = "scripts/mods/dml/init"
@ -10,7 +15,3 @@ resources = {
packages = [
"packages/dml"
]
depends = [
"dmf"
]