Skip to content

Commit 9e90905

Browse files
authored
Add cgmanifest for mimalloc (microsoft#1511)
1 parent ff57a3c commit 9e90905

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

cgmanifest.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"version": 1,
4+
"registrations": [
5+
{
6+
"component": {
7+
"type": "git",
8+
"git": {
9+
"repositoryUrl": "https://github.com/microsoft/mimalloc",
10+
"commitHash": "43ce4bd7fd34bcc730c1c7471c99995597415488",
11+
"tag": "v2.1.2"
12+
}
13+
},
14+
"developmentDependency": false
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)