Implement Driftwood AppImage manager - Phases 1 and 2

This commit is contained in:
2026-02-26 23:04:27 +02:00
parent d256c008f4
commit 667f0eb1c2
33 changed files with 10401 additions and 0 deletions

10
src/core/mod.rs Normal file
View File

@@ -0,0 +1,10 @@
pub mod database;
pub mod discovery;
pub mod duplicates;
pub mod fuse;
pub mod inspector;
pub mod integrator;
pub mod launcher;
pub mod orphan;
pub mod updater;
pub mod wayland;