Files
medimancer/dub.json

23 lines
444 B
JSON

{
"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"
],
"stringImportPaths": [
"views",
"views/res",
"views/res/i18n"
]
}