Implement SimpleBot native client (#86)
Some checks failed
Native code generation / deterministic (push) Successful in 18m9s
Imaging and meshing gate / native (push) Successful in 5m45s
JPEG 2000 feature / linux (push) Successful in 2m45s
Native Rust workspace compile / compile (push) Has been cancelled
Skia feature / linux (push) Successful in 31m33s

This commit is contained in:
2026-08-11 07:29:44 +00:00
parent f93a27f469
commit f0fd975d0f
12 changed files with 1240 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
fn main() -> std::process::ExitCode {
libremetaverse_programs::pending_program("SimpleBot")
libremetaverse_programs::simple_bot::main_entry()
}