mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
add bzlmod support (#254)
This commit is contained in:
parent
fc88b4936a
commit
48054f64ab
18 changed files with 134 additions and 63 deletions
7
test/MODULE.bazel
Normal file
7
test/MODULE.bazel
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module(name = "magic_enum_tests")
|
||||
|
||||
bazel_dep(name = "magic_enum")
|
||||
bazel_dep(name = "platforms", version = "0.0.6")
|
||||
bazel_dep(name = "rules_cc", version = "0.0.6")
|
||||
|
||||
local_path_override(module_name = "magic_enum", path = "..")
|
||||
Loading…
Add table
Add a link
Reference in a new issue