thumbnail preview fixes windows (#6074)

This commit is contained in:
Anthony Stirling
2026-04-15 23:25:38 +01:00
committed by GitHub
parent cc5a0b8def
commit 60c036e980
9 changed files with 684 additions and 6 deletions
@@ -0,0 +1,26 @@
[package]
name = "stirling-thumbnail-handler"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies.windows]
version = "0.58"
features = [
"implement",
"Win32_Foundation",
"Win32_System_Com",
"Win32_System_Com_StructuredStorage",
"Win32_Graphics_Gdi",
"Win32_Graphics_Imaging",
"Win32_UI_Shell",
"Win32_UI_Shell_PropertiesSystem",
"Storage_Streams",
"Data_Pdf",
"Foundation",
]
[dependencies]
windows-core = "0.58"