Browse Source

chore(deps): change flatbuffers repo from google to MegEngine

tags/v1.9.0
zhanghaolong 3 years ago
parent
commit
7582157a3b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitmodules

+ 1
- 1
.gitmodules View File

@@ -24,7 +24,7 @@
url = https://github.com/MegEngine/MegRay.git
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git
url = https://github.com/MegEngine/flatbuffers.git
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git


Loading…
Cancel
Save