Update
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Has been cancelled

This commit is contained in:
Florian RICHER 2025-04-13 16:35:21 +02:00
parent b361965033
commit f4694157ab
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
8 changed files with 143 additions and 3 deletions

4
src/core/app/mod.rs Normal file
View file

@ -0,0 +1,4 @@
mod app;
pub mod plugin;
pub use app::App;