diff options
author | crupest <crupest@outlook.com> | 2021-04-12 23:00:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-12 23:00:12 +0800 |
commit | 01bbdbe1420c1da4e9bd9595582a9e2d97f32a85 (patch) | |
tree | 8dcdebf81cc9185bc148c1cd3572e8066cdb8cb1 /vcpkg.json | |
parent | 4bc40b874d63442faf42fecc789f15db0a80e440 (diff) | |
download | cru-01bbdbe1420c1da4e9bd9595582a9e2d97f32a85.tar.gz cru-01bbdbe1420c1da4e9bd9595582a9e2d97f32a85.tar.bz2 cru-01bbdbe1420c1da4e9bd9595582a9e2d97f32a85.zip |
...
Diffstat (limited to 'vcpkg.json')
-rw-r--r-- | vcpkg.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 00000000..0e89b26e --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", + "name": "cruui", + "version": "0.0.1", + "dependencies": ["ms-gsl", "fmt", "gtest"] +} |