mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-15 01:01:25 +10:00
chore(tool manager): Progress on adding tools
Going to try changing around the download manager to take a generic trait rather than specifically for game downloads Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
4
src-tauri/src/tools/mod.rs
Normal file
4
src-tauri/src/tools/mod.rs
Normal file
@ -0,0 +1,4 @@
|
||||
mod external_component;
|
||||
mod prefix;
|
||||
mod registry;
|
||||
mod tool;
|
||||
Reference in New Issue
Block a user