We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850c064 commit f84bc24Copy full SHA for f84bc24
1 file changed
keyless-desktop/src-tauri/src/platform.rs
@@ -3,6 +3,7 @@
3
//! Centralizes all cross-platform differences in one place for easier maintenance.
4
5
#[cfg(target_os = "linux")]
6
+/// Linux-specific platform utilities and detection.
7
mod linux {
8
9
/// Detected desktop environment on Linux.
0 commit comments