Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / bazel / external / README.md
1 This folder is where we put BUILD.bazel files for external (e.g. third party) dependencies.
2
3 If a dependency supports Bazel, we should use those rules, but if the dependency does not, we
4 need to create our own rules in a subdirectory.
5
6 These BUILD.bazel files are used in WORKSPACE.bazel (e.g. new_local_repository or
7 new_git_repository).