Skip to content

Commit fa3ab27

Browse files
author
litongjava
committed
remove unused library
1 parent c82b134 commit fa3ab27

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

vcpkg.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name" : "whisper-cpp-server",
3-
"version-string" : "1.0.0",
4-
"builtin-baseline" : "0c20b2a97c390e106150837042d921b0939e7ecb",
5-
"dependencies" : [ {
6-
"name" : "sdl2",
7-
"version>=" : "2.28.4#1",
8-
"$comment" : " find_package(SDL2 CONFIG REQUIRED)\n\n target_link_libraries(main\n\n PRIVATE\n\n $<TARGET_NAME_IF_EXISTS:SDL2::SDL2main>\n\n $<IF:$<TARGET_EXISTS:SDL2::SDL2>,SDL2::SDL2,SDL2::SDL2-static>\n\n )\n"
9-
}, {
10-
"name" : "websocketpp",
11-
"version>=" : "0.8.2#3"
12-
}, {
13-
"name" : "uwebsockets",
14-
"version>=" : "20.47.0"
15-
} ]
2+
"name": "whisper-cpp-server",
3+
"version-string": "1.0.0",
4+
"builtin-baseline": "0c20b2a97c390e106150837042d921b0939e7ecb",
5+
"dependencies": [
6+
{
7+
"name": "sdl2",
8+
"version>=": "2.28.4#1",
9+
"$comment": " find_package(SDL2 CONFIG REQUIRED)\n\n target_link_libraries(main\n\n PRIVATE\n\n $<TARGET_NAME_IF_EXISTS:SDL2::SDL2main>\n\n $<IF:$<TARGET_EXISTS:SDL2::SDL2>,SDL2::SDL2,SDL2::SDL2-static>\n\n )\n"
10+
},
11+
{
12+
"name": "uwebsockets",
13+
"version>=": "20.47.0"
14+
}
15+
]
1616
}

0 commit comments

Comments
 (0)