We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd0716 commit 6080784Copy full SHA for 6080784
4 files changed
packages/desktop/src-tauri/src/lib.rs
@@ -2,6 +2,8 @@ mod cli;
2
mod constants;
3
#[cfg(target_os = "linux")]
4
pub mod linux_display;
5
+#[cfg(target_os = "linux")]
6
+pub mod linux_windowing;
7
mod logging;
8
mod markdown;
9
mod server;
0 commit comments