2022-04-26 17:33:31 +00:00
|
|
|
{
|
|
|
|
"authors": [
|
|
|
|
"Andrew Lalis"
|
|
|
|
],
|
|
|
|
"copyright": "Copyright © 2022, Andrew Lalis",
|
|
|
|
"dependencies": {
|
|
|
|
"gtk-d": "~>3.10.0"
|
|
|
|
},
|
2022-04-29 06:46:52 +00:00
|
|
|
"stringImportPaths": [
|
|
|
|
"resources"
|
|
|
|
],
|
|
|
|
"preBuildCommands": [
|
|
|
|
"glib-compile-resources --sourcedir=resources --target=resources/resources.gresource resources/gresource.xml"
|
|
|
|
],
|
2022-04-26 17:33:31 +00:00
|
|
|
"description": "A simple to-do list, implemented as a desktop application in D.",
|
|
|
|
"license": "MIT",
|
|
|
|
"name": "todo-d"
|
|
|
|
}
|