From 8e2b3c1b09a4b1c0ec6a456e5afcd74c931423ab Mon Sep 17 00:00:00 2001 From: NiiightmareXD Date: Wed, 8 May 2024 02:02:28 +0330 Subject: [PATCH] =?UTF-8?q?Bug=20Fix=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows-capture-python/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/windows-capture-python/Cargo.toml b/windows-capture-python/Cargo.toml index 6765dda..4e6de13 100644 --- a/windows-capture-python/Cargo.toml +++ b/windows-capture-python/Cargo.toml @@ -25,6 +25,7 @@ pyo3 = { version = "0.21.2", features = [ "extension-module", "auto-initialize", "abi3", + "abi3-py310", ] } thiserror = "1.0.60" windows-capture = { path = ".." }