Skip to main content

retch_cli/
gpu.rs

1// SPDX-License-Identifier: GPL-3.0-or-later
2// Copyright (C) 2026 l1a
3
4//! GPU detection and identification.
5//!
6//! This module re-exports the GPU detection logic from the `retch-sysinfo` crate.
7
8pub use retch_sysinfo::gpu::*;