Skip to content

Commit

Permalink
Finalize modules.json format (#3488)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Feb 21, 2023
1 parent 79e8041 commit 28a6aab
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions stl/modules/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
"version": 1,
"revision": 0,
"library": "microsoft/STL",
"modules": {
"std": {
"source": "std.ixx"
},
"std.compat": {
"source": "std.compat.ixx",
"requires": ["std"]
}
}
"module-sources": [
"std.ixx",
"std.compat.ixx"
]
}

0 comments on commit 28a6aab

Please sign in to comment.