mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
thumbnail preview fixes windows (#6074)
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user