Skip to content

Commit

Permalink
#95 move drivers into their own sub package
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Feb 22, 2021
1 parent 5525880 commit e96aa2f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/dub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "drivers",
"targetType": "library",
"dependencies": {
"ddbc:core": "*"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"targetType": "staticLibrary",
"dependencies": {
"ddbc:core": "*",
"ddbc:drivers": "*",
"ddbc:pods": "*"
},
"subPackages": [
"./core/",
"./drivers/",
"./pods"
],
"buildRequirements": [
Expand Down

0 comments on commit e96aa2f

Please sign in to comment.