Skip to content

Commit c832982

Browse files
authored
Merge pull request #33 from cyberegoorg/fix_observer_callback
Upgrade to Flecs 4.1.4
2 parents 9c48472 + c0d9c10 commit c832982

File tree

6 files changed

+20227
-16577
lines changed

6 files changed

+20227
-16577
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [zflecs](https://github.com/zig-gamedev/zflecs)
22

3-
Zig build package and bindings for [flecs](https://github.com/SanderMertens/flecs) ECS v4.1.1
3+
Zig build package and bindings for [flecs](https://github.com/SanderMertens/flecs) ECS v4.1.4
44

55
## Getting started
66

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ pub fn build(b: *std.Build) void {
662662

663663
if (target.result.os.tag == .windows) {
664664
lib.linkSystemLibrary("ws2_32");
665+
lib.linkSystemLibrary("dbghelp");
665666
}
666667
const test_step = b.step("test", "Run zflecs tests");
667668

libs/flecs/LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
MIT License
22

3-
Copyright (c) 2019 Sander Mertens
3+
Copyright (c) 2025 Sander Mertens
4+
5+
Portions Copyright (c) Meta Platforms, Inc. and affiliates
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)