From ff9a93020e0dc74dd5dcca2a42602cb5cf748e8d Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 1 Jun 2026 16:04:25 -0700 Subject: [PATCH] make the ucd decl pub --- src/root.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/root.zig b/src/root.zig index eceb3c92f99080838d87151013dd3e11e7824a5f..e6c0e438a4bb4bec219cbc45984250565216b934 100644 --- a/src/root.zig +++ b/src/root.zig @@ -1,5 +1,6 @@ const std = @import("std"); -const ucd = @import("unicode-ucd"); + +pub const ucd = @import("unicode-ucd"); pub fn hasDerivedCoreProperty(cp: u32, comptime prop: ucd.derived_core_properties.CoreProperty.Property) bool { @setEvalBranchQuota(100_000); -- 2.54.0