<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/crates/rapier3d-urdf, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/'/>
<entry>
<title>Release v0.23.0 (#782)</title>
<updated>2025-01-08T21:36:41+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2025-01-08T21:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=f2efccfd58b8d2108abfda3799fd4301c96abca3'/>
<id>f2efccfd58b8d2108abfda3799fd4301c96abca3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to Parry 0.18 (#770)</title>
<updated>2025-01-08T16:16:34+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2025-01-08T16:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=dc4bd24da869cfa8143c3ee9a98cdec662db289e'/>
<id>dc4bd24da869cfa8143c3ee9a98cdec662db289e</id>
<content type='text'>
* update to parry ~main

* use traverse_depth_first

* add example to test intersection

* rely on upstream PR rather than local

* re-enable profiler_ui for examples

* rely on official parry repository

* chore: switch back to the published version of parry

* chore: update changelog

* chore: remove dead code

* fix compilation of rapier3d-meshloader and rapier3d-urdf

* chore: cargo fmt

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update to parry ~main

* use traverse_depth_first

* add example to test intersection

* rely on upstream PR rather than local

* re-enable profiler_ui for examples

* rely on official parry repository

* chore: switch back to the published version of parry

* chore: update changelog

* chore: remove dead code

* fix compilation of rapier3d-meshloader and rapier3d-urdf

* chore: cargo fmt

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Urdf rs (#745)</title>
<updated>2024-11-19T14:33:36+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-11-19T14:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=ff79f4c67478f8c8045464cac22f9e57388cd4a0'/>
<id>ff79f4c67478f8c8045464cac22f9e57388cd4a0</id>
<content type='text'>
Co-authored-by: Tin Lai &lt;tin@tinyiu.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Tin Lai &lt;tin@tinyiu.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Use meshloader to support multiple file formats loading (#744)</title>
<updated>2024-11-12T08:02:55+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-11-12T08:02:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=71f65fe55a5918a721252a1f7bb74531137ee665'/>
<id>71f65fe55a5918a721252a1f7bb74531137ee665</id>
<content type='text'>
Co-authored-by: Tin Lai &lt;tin@tinyiu.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Tin Lai &lt;tin@tinyiu.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Release rapier3d-stl and rapier3d-urdf v0.3.0</title>
<updated>2024-09-03T19:49:14+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-09-03T19:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=bedb12b88a4ad2cc8bf665a66c76a30654bddc11'/>
<id>bedb12b88a4ad2cc8bf665a66c76a30654bddc11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: add publish script for urdf and stl + unify all releases by de… (#727)</title>
<updated>2024-09-03T19:48:10+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-09-03T19:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=98f9199abc3044779627b859b14f84fff3a97623'/>
<id>98f9199abc3044779627b859b14f84fff3a97623</id>
<content type='text'>
* chore: add publish script for urdf and stl + unify all releases by default

* better cross platform publish support

* publish in dry run within ci

* publish scripts better errors, abort if a publish fails, with an exit code.

* chore(rapier_urdf): fix warnings

* chore(rapier-urdf): typo fix

---------

Co-authored-by: Sébastien Crozet &lt;developer@crozet.re&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* chore: add publish script for urdf and stl + unify all releases by default

* better cross platform publish support

* publish in dry run within ci

* publish scripts better errors, abort if a publish fails, with an exit code.

* chore(rapier_urdf): fix warnings

* chore(rapier-urdf): typo fix

---------

Co-authored-by: Sébastien Crozet &lt;developer@crozet.re&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Release v0.22.0 (#695)</title>
<updated>2024-07-20T15:14:43+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-07-20T15:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=cf74150763dd575bc0399087e845e9be62aba56f'/>
<id>cf74150763dd575bc0399087e845e9be62aba56f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clippy: Fix `clippy::lazy_doc_continuation` lints (#689)</title>
<updated>2024-07-18T07:44:48+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-18T07:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=00f59d2877faa1cc3d1931664ba691f5d9324243'/>
<id>00f59d2877faa1cc3d1931664ba691f5d9324243</id>
<content type='text'>
These will be enabled in Rust 1.80 by default.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These will be enabled in Rust 1.80 by default.</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer explicit features for optional deps. (#681)</title>
<updated>2024-07-12T15:05:57+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-12T15:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=678a725c66fed0878cd71f8025cd0ddabdd20530'/>
<id>678a725c66fed0878cd71f8025cd0ddabdd20530</id>
<content type='text'>
Implicit features are slated to be removed in a future version
of Rust (2024 edition).

Fixing this exposed 2 instances where the wrong feature was being
checked for `serde` vs `serde-serialize`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implicit features are slated to be removed in a future version
of Rust (2024 edition).

Fixing this exposed 2 instances where the wrong feature was being
checked for `serde` vs `serde-serialize`.</pre>
</div>
</content>
</entry>
<entry>
<title>ci: cargo doc step (#671)</title>
<updated>2024-07-12T14:29:22+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-07-12T14:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=01dd2001525850ef0d66374c69e98e1560cb6421'/>
<id>01dd2001525850ef0d66374c69e98e1560cb6421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
