File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.14.0-dev.2577+271452d22
1
+ 0.14.0
Original file line number Diff line number Diff line change 1
1
.{
2
- .name = "zflecs" ,
2
+ .name = .zflecs ,
3
+ .fingerprint = 0xb539547bca77f3d4 ,
3
4
.version = "0.2.0-dev" ,
4
5
.paths = .{
5
6
"build.zig" ,
Original file line number Diff line number Diff line change @@ -575,9 +575,9 @@ pub const term_t = extern struct {
575
575
pub const query_t = extern struct {
576
576
hdr : header_t = .{},
577
577
578
- terms : [FLECS_TERM_COUNT_MAX ]term_t = .{.{}} ** FLECS_TERM_COUNT_MAX ,
579
- sizes : [FLECS_TERM_COUNT_MAX ]size_t = .{ 0 } ** FLECS_TERM_COUNT_MAX ,
580
- ids : [FLECS_TERM_COUNT_MAX ]id_t = .{ 0 } ** FLECS_TERM_COUNT_MAX ,
578
+ terms : [FLECS_TERM_COUNT_MAX ]term_t = @splat (.{}) ,
579
+ sizes : [FLECS_TERM_COUNT_MAX ]size_t = @splat ( 0 ) ,
580
+ ids : [FLECS_TERM_COUNT_MAX ]id_t = @splat ( 0 ) ,
581
581
582
582
flags : flags32_t = 0 ,
583
583
var_count : i8 = 0 ,
You can’t perform that action at this time.
0 commit comments