Function tauri_utils::platform::windows_version
source ยท pub fn windows_version() -> Option<(u32, u32, u32)>
Expand description
Returns a tuple of (major, minor, buildnumber) for the Windows version.
pub fn windows_version() -> Option<(u32, u32, u32)>
Returns a tuple of (major, minor, buildnumber) for the Windows version.