(feat): add embeds
All checks were successful
/ build-web (push) Successful in 1m29s
/ build-desktop (linux) (push) Successful in 6m52s
/ build-mobile (push) Successful in 17m8s
/ release (push) Successful in 34s

This commit is contained in:
Alois 2026-06-09 18:44:30 +02:00
commit 1e90171ee9
13 changed files with 549 additions and 9 deletions

View file

@ -1,6 +1,9 @@
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
use lib::log;
fn main() {
mobile_lib::run()
mobile_lib::run();
log("Test test 123")
}