Changes
2 changed files (+8/-0)
-
-
@@ -16,7 +16,13 @@ // SPDX-License-Identifier: Apache-2.0//! 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 @@ PureConnectedView(zone_id: $zone_id, zones: zones).onAppear { queue.async { let logger = Logger() logger.debug("Starting getEvent loop...") while true { let event = conn.getEvent()
-