Update to newest orca bindings (UI Update), remove logging due to cyclic import (fmt usage)

This commit is contained in:
Michael Kutowski
2025-02-26 23:03:44 +01:00
parent 882186f4da
commit 43c54d4de8
4 changed files with 584 additions and 584 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ _now :: proc "contextless" () -> Time {
_sleep :: proc "contextless" (d: Duration) {
// NOTE: no way to sleep afaict.
if d > 0 {
orca.log_warning("core:time 'sleep' is unimplemented for orca")
// orca.log_warning("core:time 'sleep' is unimplemented for orca")
}
}