Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump draco 1.5.6 #5

Merged
merged 18 commits into from
Apr 20, 2024
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.
Loading