Skip to content

Commit

Permalink
Add tinyply (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn authored Oct 30, 2023
1 parent b4e1018 commit eb392d3
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/tinyply/2.3.4/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "tinyply",
version = "2.3.4",
compatibility_level = 1,
)
8 changes: 8 additions & 0 deletions modules/tinyply/2.3.4/patches/add_module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- MODULE.bazel
+++ MODULE.bazel
@@ -0,0 +1,5 @@
+module(
+ name = "tinyply",
+ version = "2.3.4",
+ compatibility_level = 1,
+)
11 changes: 11 additions & 0 deletions modules/tinyply/2.3.4/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
matrix:
platform:
- ubuntu2004
- macos
- windows
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@tinyply//:tinyply'
9 changes: 9 additions & 0 deletions modules/tinyply/2.3.4/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-G7FGJyejY/e3ehDlHNAjCV23soHS8gEWdiCoPklVE8Y=",
"patch_strip": 0,
"patches": {
"add_module_dot_bazel.patch": "sha256-pfoFcm3inkkvmeqdmGLk15Ac9pgaeQvnl0KnF1AyNKM="
},
"strip_prefix": "tinyply-2.3.4",
"url": "https://github.com/ddiakopoulos/tinyply/archive/refs/tags/2.3.4.tar.gz"
}
17 changes: 17 additions & 0 deletions modules/tinyply/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/ddiakopoulos/tinyply",
"maintainers": [
{
"email": "[email protected]",
"github": "Vertexwahn",
"name": "Julian Amann"
}
],
"repository": [
"github:ddiakopoulos/tinyply"
],
"versions": [
"2.3.4"
],
"yanked_versions": {}
}

0 comments on commit eb392d3

Please sign in to comment.