Files
drop-app/games/src/lib.rs
quexeky 59f040bc8b chore: Major refactoring
Still needs a massive go-over because there shouldn't be anything referencing tauri in any of the workspaces except the original one. Process manager has been refactored as an example

Signed-off-by: quexeky <git@quexeky.dev>
2025-10-11 09:28:41 +11:00

7 lines
107 B
Rust

#![feature(iterator_try_collect)]
pub mod collections;
pub mod downloads;
pub mod library;
pub mod state;