aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThierry Berger <contact@thierryberger.com>2024-11-12 09:02:55 +0100
committerGitHub <noreply@github.com>2024-11-12 09:02:55 +0100
commit71f65fe55a5918a721252a1f7bb74531137ee665 (patch)
tree9fc460a012f5846bb62651486a431eea192cebb4 /.github
parent0d791eb794d616c983145853e9c7594baef8f66c (diff)
downloadrapier-71f65fe55a5918a721252a1f7bb74531137ee665.tar.gz
rapier-71f65fe55a5918a721252a1f7bb74531137ee665.tar.bz2
rapier-71f65fe55a5918a721252a1f7bb74531137ee665.zip
Use meshloader to support multiple file formats loading (#744)
Co-authored-by: Tin Lai <tin@tinyiu.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rapier-ci-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rapier-ci-build.yml b/.github/workflows/rapier-ci-build.yml
index e978550..8603f1d 100644
--- a/.github/workflows/rapier-ci-build.yml
+++ b/.github/workflows/rapier-ci-build.yml
@@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cargo doc
- run: cargo doc --features parallel,simd-stable,serde-serialize,debug-render -p rapier3d -p rapier2d -p rapier3d-stl -p rapier3d-urdf
+ run: cargo doc --features parallel,simd-stable,serde-serialize,debug-render -p rapier3d -p rapier2d -p rapier3d-meshloader -p rapier3d-urdf
build-native:
runs-on: ubuntu-latest
env: