summaryrefslogtreecommitdiff
path: root/vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs')
-rw-r--r--vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs
new file mode 100644
index 0000000..c499944
--- /dev/null
+++ b/vendor/windows-sys-0.45.0/src/Windows/Win32/Graphics/mod.rs
@@ -0,0 +1,10 @@
+#[cfg(feature = "Win32_Graphics_Dwm")]
+pub mod Dwm;
+#[cfg(feature = "Win32_Graphics_Gdi")]
+pub mod Gdi;
+#[cfg(feature = "Win32_Graphics_Hlsl")]
+pub mod Hlsl;
+#[cfg(feature = "Win32_Graphics_OpenGL")]
+pub mod OpenGL;
+#[cfg(feature = "Win32_Graphics_Printing")]
+pub mod Printing;