Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions demos/colors/dub.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"copyright": "Copyright 2022 Garrett D'Amore",
"description": "Color Demo in Dcell",
"name": "colors",
"targetType": "executable",
"targetName": "colors",
"targetPath": "bin",
"mainSourceFile": "source/colors.d",
"dependencies": {
"dcell" : { "path": "../.." }
}
"copyright": "Copyright 2025 Garrett D'Amore",
"description": "Color Demo in Dcell",
"name": "colors",
"targetType": "executable",
"targetName": "colors",
"targetPath": "bin",
"mainSourceFile": "source/colors.d",
"dependencies": {
"dcell": { "path": "../.." }
}
}
29 changes: 11 additions & 18 deletions dub.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
{
"authors": [
"Garrett D'Amore"
],
"copyright": "Copyright 2022 Garrett D'Amore",
"dependencies": {
"east_asian_width": "~>1.0.0"
},
"description": "Terminal Cells for D.",
"license": "BSL-1.0",
"name": "dcell",
"subPackages": [
"./mkinfo/",
"./demos/colors/",
"./demos/hello/",
"./demos/mouse/"
],
"targetType": "library"
}
"authors": ["Garrett D'Amore"],
"copyright": "Copyright 2025 Garrett D'Amore",
"dependencies": {
"east_asian_width": "~>1.0.0"
},
"description": "Terminal Cells for D.",
"license": "BSL-1.0",
"name": "dcell",
"subPackages": ["./demos/colors/", "./demos/hello/", "./demos/mouse/"],
"targetType": "library"
}
12 changes: 0 additions & 12 deletions mkinfo/dub.json

This file was deleted.

Loading