Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [zflecs](https://github.com/zig-gamedev/zflecs)

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

## Getting started

Expand Down
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ pub fn build(b: *std.Build) void {

if (target.result.os.tag == .windows) {
lib.linkSystemLibrary("ws2_32");
lib.linkSystemLibrary("dbghelp");
}
const test_step = b.step("test", "Run zflecs tests");

Expand Down
4 changes: 3 additions & 1 deletion libs/flecs/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
MIT License

Copyright (c) 2019 Sander Mertens
Copyright (c) 2025 Sander Mertens

Portions Copyright (c) Meta Platforms, Inc. and affiliates

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