Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1420 Remove unnecessary version attribute from flecs bazel module de…
…finition The version attribute is not required in bazel module definitions. Currently, the only way to depend on flecs with bzlmod is through `git_override`, which overrides the version with a specific commit anyways. if flecs becomes distributed on Bazel central, this decision will need to be reevaluated, but for now, it's easier to leave it off instead of having to maintain keeping the module version up to date with the current release. Also updated the docs with guidance on how to configure renovate to autoupdate flecs dependency.
- Loading branch information