This commit is contained in:
yuvlian
2026-02-14 17:25:23 +07:00
commit d16cfd2494
17 changed files with 259 additions and 0 deletions

7
resource_api/src/main.rs Normal file
View File

@@ -0,0 +1,7 @@
mod res_parser;
mod singleton;
mod types;
fn main() {
println!("Hello, world!");
}