refactor: Linux environment detection logic (#5108)

* fix: wayland framebuffer

* refactor(utils): move linux env heuristics into platform helper

* refactor(linux): let DMABUF override helper use resolved decision

* fix: clippy

* fix: clippy

* feat: NVIDIA detection

* fix: clippy
This commit is contained in:
Sline
2025-10-18 12:13:00 +08:00
committed by GitHub
parent 210c12a74e
commit fecae38c63
4 changed files with 528 additions and 83 deletions

View File

@@ -5,6 +5,8 @@ pub mod format;
pub mod help;
pub mod i18n;
pub mod init;
#[cfg(target_os = "linux")]
pub mod linux;
pub mod logging;
pub mod network;
pub mod notification;