From 8d2331af01f9d60c8b58d0b58523aae39947632e Mon Sep 17 00:00:00 2001 From: Clark Moody Date: Fri, 23 Sep 2022 15:41:47 -0500 Subject: New short OS Version field; update doc strings --- winit/src/system.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'winit/src/system.rs') diff --git a/winit/src/system.rs b/winit/src/system.rs index 0303707e..619086b8 100644 --- a/winit/src/system.rs +++ b/winit/src/system.rs @@ -31,6 +31,7 @@ pub(crate) fn information( system_name: system.name(), system_kernel: system.kernel_version(), system_version: system.long_os_version(), + system_short_version: system.os_version(), cpu_brand: cpu.brand().into(), cpu_cores: system.physical_core_count(), memory_total: system.total_memory(), -- cgit