Skip to content

Commit fdf626f

Browse files
committed
Merge branch 'main' of github.com:alexjreid/zigxll
2 parents 1c75064 + ca6afcf commit fdf626f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ There's a [standalone repo here](https://github.com/AlexJReid/zigxll-standalone/
66

77
## Why
88

9-
This exists because I wanted to see if it was possible to use Zig's C interop and comptime to make the Excel C SDK nicer to work with. I think it works quite nicely already, but I'd be glad of your feedback. I'm [@alexjreid](https://x.com/AlexJReid) on X.
9+
This exists because I wanted to see if it was possible to use Zig's C interop and comptime to make the Excel C SDK nicer to work with. Even at this early stage, it works quite nicely, but I'd be glad of your feedback. I'm [@alexjreid](https://x.com/AlexJReid) on X or of course open an issue.
1010

1111
This came about as I'm working on [xllify](https://xllify.com) in C++ and Luau. I have no complaints, other than curiosity over how this would look in Zig. One day maybe xllify will be Zig - it's too soon to tell as I'm still learning the language (it's a moving target.)
1212

example/build.zig.zon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
.dependencies = .{
88
.xll = .{
99
// When using a published release:
10-
// .url = "https://github.com/alexjreid/zigxll/archive/refs/tags/v0.2.0.tar.gz",
11-
// .hash = "xll-0.2.0-<hash>",
12-
// For local development:
10+
// .url = "https://github.com/alexjreid/zigxll/archive/refs/tags/v0.2.3.tar.gz",
11+
// .hash = "xll-0.2.3-<hash>",
12+
// For local development where this dir is relative to zigxll, use path:
1313
.path = "..",
1414
},
1515
},

0 commit comments

Comments
 (0)