Files
medimancer/dub.json

26 lines
495 B
JSON
Raw Normal View History

2025-04-27 07:25:09 +02:00
{
"authors": [
"Tomas"
],
"copyright": "Copyright © 2025, Tomas",
"dependencies": {
"dlangui": "~>0.10.8"
},
"description": "A shell extension for windows, to allow for easy media file conversions, using ffmpeg.",
"license": "MIT",
"name": "medimancer",
"preBuildCommands-windows": [
"rdmd prebuild.d"
],
"sourceFiles-windows": [
"medimancer.res"
],
"subConfigurations": {
"dlangui": "minimal"
},
"stringImportPaths": [
"views",
"views/res",
"views/res/i18n"
]
}