Skip to content

Commit 44b5a8b

Browse files
feat: use new auto-importer
1 parent 2dbafac commit 44b5a8b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
.hash = "12203988815fdb49289b66e766e6733728157c3f77508933af6d205aa6bcc3b4b595",
99
},
1010
.phantom = .{
11-
.url = "https://github.com/PhantomUIx/core/archive/8d5ec14e9bd68f5c6d56f4425b894f6ac5660d4c.tar.gz",
12-
.hash = "122089bcabf151c4e64e4480f87d3aaa09863b486ccf112a17445319b4be5ec1d88c",
11+
.url = "https://github.com/PhantomUIx/core/archive/07570da52661518e3aa5f95c39f4f68b5728af24.tar.gz",
12+
.hash = "1220c1d75a75aa3b0af882d9ae23609567e82a0770c838c6260c79d105180096ab1c",
1313
},
1414
},
1515
}

src/example.zig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
const std = @import("std");
22
const phantom = @import("phantom");
33

4-
pub const phantomOptions = struct {
5-
pub const modules = struct {
6-
pub const i18n = @import("phantom.i18n");
7-
};
8-
};
9-
104
pub fn main() void {
115
std.debug.print("{}\n", .{phantom.i18n});
126
}

0 commit comments

Comments
 (0)