Skip to content

Commit

Permalink
bump top draco v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Jun 2, 2023
1 parent 946bd6c commit 7d1c18a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .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.18.x, 1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
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.5.3) 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
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 7d1c18a

Please sign in to comment.