diff options
author | 2022-09-23 15:41:47 -0500 | |
---|---|---|
committer | 2022-09-23 15:41:47 -0500 | |
commit | 8d2331af01f9d60c8b58d0b58523aae39947632e (patch) | |
tree | 532d2c25ff23a4521b4b7411403cc4abaf3a91e9 /winit | |
parent | 3c9af1eb31d8f5e4a6cfcc10aa41e48868f3d6eb (diff) | |
download | iced-8d2331af01f9d60c8b58d0b58523aae39947632e.tar.gz iced-8d2331af01f9d60c8b58d0b58523aae39947632e.tar.bz2 iced-8d2331af01f9d60c8b58d0b58523aae39947632e.zip |
New short OS Version field; update doc strings
Diffstat (limited to 'winit')
-rw-r--r-- | winit/src/system.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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(), |