Skip to content

Commit

Permalink
Merge pull request #5 from qmuntal/draco-1.5.3
Browse files Browse the repository at this point in the history
Bump draco 1.5.6
  • Loading branch information
qmuntal authored Apr 20, 2024
2 parents 2adf6e2 + 25a175f commit 94878c7
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cdraco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'qmuntal/draco tag to clone'
description: 'qmuntal/draco-c tag to clone'
required: true
name: CDraco
jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.20.x, 1.21.x, 1.22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -15,8 +15,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test -race -covermode atomic -coverprofile profile.cov ./...
- name: Run Test
run: go test -covermode atomic -coverprofile profile.cov ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

The Go-Draco package provides Go language bindings for [google/draco](https://github.com/google/draco). Draco is a library for compressing and decompressing 3D geometric meshes and point clouds.

The Go-Draco package supports the latest releases of Draco (v1.4.1) on Linux, macOS, and Windows.
The Go-Draco package supports the latest releases of Draco (v1.5.6) on Linux, macOS, and Windows.

<p align="center"><img width="640" src="./assets/logo.png" alt="Gopher Draco"></p>

Expand Down
1 change: 1 addition & 0 deletions draco/cgoflags.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !customenv
// +build !customenv

package draco
Expand Down
Binary file modified draco/packaged/lib/darwin_amd64/libdraco_c.a
Binary file not shown.
Binary file modified draco/packaged/lib/linux_amd64/libdraco_c.a
Binary file not shown.
Binary file modified draco/packaged/lib/windows_amd64/libdraco_c.a
Binary file not shown.

0 comments on commit 94878c7

Please sign in to comment.