Changes
2 changed files (+8/-0)
-
-
@@ -16,8 +16,14 @@//! This file is an entrypoint of library for Apple platforms. const std = @import("std"); const main = @import("./main.zig"); pub const std_options = std.Options{ .log_level = .debug, }; comptime { main.export_capi(); }
-
-
-
@@ -123,6 +123,8 @@ struct ConnectedView: View {.onAppear { queue.async { let logger = Logger() logger.debug("Starting getEvent loop...") while true { let event = conn.getEvent()
-