mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:38:26 +02:00
Start on plugin ctx API (#64)
This commit is contained in:
7
src-tauri/yaak_templates/src/lib.rs
Normal file
7
src-tauri/yaak_templates/src/lib.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub mod parser;
|
||||
pub mod renderer;
|
||||
|
||||
pub use parser::*;
|
||||
pub use renderer::*;
|
||||
|
||||
pub fn template_foo() {}
|
||||
Reference in New Issue
Block a user