aboutsummaryrefslogtreecommitdiff
path: root/libs/nak/src/lib.rs
blob: d6c8e2b548ac500bf2833f4aad9748b68b4fea8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! NaK - Vendored library for Fluorine Manager
//!
//! Stripped version: no GUI, CLI, marketplace, updater, NXM handler,
//! Steam shortcuts, or managed prefix tracking.

pub mod config;
pub mod dxvk;
pub mod slr;
pub mod game_finder;
pub mod logging;
pub mod paths;
pub mod runtime_wrap;
pub mod steam;
pub mod utils;

pub mod deps;
pub mod icons;
pub mod installers;