Skip to content

Commit

Permalink
Add cgmanifest for mimalloc (#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis authored May 13, 2024
1 parent ff57a3c commit 9e90905
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cgmanifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"version": 1,
"registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/mimalloc",
"commitHash": "43ce4bd7fd34bcc730c1c7471c99995597415488",
"tag": "v2.1.2"
}
},
"developmentDependency": false
}
]
}

0 comments on commit 9e90905

Please sign in to comment.