From 092c11b054dc176ee4d404af0d16dc1dbbed2a1f Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Sun, 8 May 2022 23:05:02 +0000 Subject: [PATCH] vcpkg.json declare wxpython version --- vcpkg.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index cfd2895bcb..279880a58c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -28,6 +28,10 @@ { "name": "wxwidgets", "version": "3.1.5#11" + }, + { + "name": "wxpython", + "version": "4.1.1#7" } ] -} \ No newline at end of file +}