Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

40
vendor/windows/src/Windows/mod.rs vendored Normal file
View File

@@ -0,0 +1,40 @@
#[cfg(feature = "AI")]
pub mod AI;
#[cfg(feature = "ApplicationModel")]
pub mod ApplicationModel;
#[cfg(feature = "Data")]
pub mod Data;
#[cfg(feature = "Devices")]
pub mod Devices;
#[cfg(feature = "Foundation")]
pub mod Foundation;
#[cfg(feature = "Gaming")]
pub mod Gaming;
#[cfg(feature = "Globalization")]
pub mod Globalization;
#[cfg(feature = "Graphics")]
pub mod Graphics;
#[cfg(feature = "Management")]
pub mod Management;
#[cfg(feature = "Media")]
pub mod Media;
#[cfg(feature = "Networking")]
pub mod Networking;
#[cfg(feature = "Perception")]
pub mod Perception;
#[cfg(feature = "Security")]
pub mod Security;
#[cfg(feature = "Services")]
pub mod Services;
#[cfg(feature = "Storage")]
pub mod Storage;
#[cfg(feature = "System")]
pub mod System;
#[cfg(feature = "UI")]
pub mod UI;
#[cfg(feature = "Wdk")]
pub mod Wdk;
#[cfg(feature = "Web")]
pub mod Web;
#[cfg(feature = "Win32")]
pub mod Win32;