aboutsummaryrefslogtreecommitdiff
path: root/vendor/windows-sys-0.45.0/src/Windows/Win32/Devices/mod.rs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
commita990de90fe41456a23e58bd087d2f107d321f3a1 (patch)
tree15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/windows-sys-0.45.0/src/Windows/Win32/Devices/mod.rs
parent3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff)
downloadfparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz
fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip
Deleted vendor folder
Diffstat (limited to 'vendor/windows-sys-0.45.0/src/Windows/Win32/Devices/mod.rs')
-rw-r--r--vendor/windows-sys-0.45.0/src/Windows/Win32/Devices/mod.rs44
1 files changed, 0 insertions, 44 deletions
diff --git a/vendor/windows-sys-0.45.0/src/Windows/Win32/Devices/mod.rs b/vendor/windows-sys-0.45.0/src/Windows/Win32/Devices/mod.rs
deleted file mode 100644
index 09ba1e0..0000000
--- a/vendor/windows-sys-0.45.0/src/Windows/Win32/Devices/mod.rs
+++ /dev/null
@@ -1,44 +0,0 @@
-#[cfg(feature = "Win32_Devices_AllJoyn")]
-pub mod AllJoyn;
-#[cfg(feature = "Win32_Devices_BiometricFramework")]
-pub mod BiometricFramework;
-#[cfg(feature = "Win32_Devices_Bluetooth")]
-pub mod Bluetooth;
-#[cfg(feature = "Win32_Devices_Communication")]
-pub mod Communication;
-#[cfg(feature = "Win32_Devices_DeviceAccess")]
-pub mod DeviceAccess;
-#[cfg(feature = "Win32_Devices_DeviceAndDriverInstallation")]
-pub mod DeviceAndDriverInstallation;
-#[cfg(feature = "Win32_Devices_DeviceQuery")]
-pub mod DeviceQuery;
-#[cfg(feature = "Win32_Devices_Display")]
-pub mod Display;
-#[cfg(feature = "Win32_Devices_Enumeration")]
-pub mod Enumeration;
-#[cfg(feature = "Win32_Devices_Fax")]
-pub mod Fax;
-#[cfg(feature = "Win32_Devices_FunctionDiscovery")]
-pub mod FunctionDiscovery;
-#[cfg(feature = "Win32_Devices_Geolocation")]
-pub mod Geolocation;
-#[cfg(feature = "Win32_Devices_HumanInterfaceDevice")]
-pub mod HumanInterfaceDevice;
-#[cfg(feature = "Win32_Devices_ImageAcquisition")]
-pub mod ImageAcquisition;
-#[cfg(feature = "Win32_Devices_PortableDevices")]
-pub mod PortableDevices;
-#[cfg(feature = "Win32_Devices_Properties")]
-pub mod Properties;
-#[cfg(feature = "Win32_Devices_Pwm")]
-pub mod Pwm;
-#[cfg(feature = "Win32_Devices_Sensors")]
-pub mod Sensors;
-#[cfg(feature = "Win32_Devices_SerialCommunication")]
-pub mod SerialCommunication;
-#[cfg(feature = "Win32_Devices_Tapi")]
-pub mod Tapi;
-#[cfg(feature = "Win32_Devices_Usb")]
-pub mod Usb;
-#[cfg(feature = "Win32_Devices_WebServicesOnDevices")]
-pub mod WebServicesOnDevices;