Skip to content

Commit 13dab6e

Browse files
committed
Release 0.1.5
1 parent d69b141 commit 13dab6e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mesh-loader"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
rust-version = "1.60"
66
license = "Apache-2.0"

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# mesh-loader
22

3+
[![crates.io](https://img.shields.io/crates/v/mesh-loader?style=flat-square&logo=rust)](https://crates.io/crates/mesh-loader)
4+
[![docs.rs](https://img.shields.io/badge/docs.rs-mesh--loader-blue?style=flat-square&logo=docs.rs)](https://docs.rs/mesh-loader)
5+
[![rust version](https://img.shields.io/badge/rustc-1.60+-blue?style=flat-square&logo=rust)](https://www.rust-lang.org)
6+
[![github actions](https://img.shields.io/github/actions/workflow/status/openrr/mesh-loader/ci.yml?branch=main&style=flat-square&logo=github)](https://github.com/openrr/mesh-loader/actions)
7+
38
Fast parser for 3D-model-formats.
9+
10+
This currently supports the following three formats commonly used in robotics:
11+
12+
- [STL](https://en.wikipedia.org/wiki/STL_(file_format)) (.stl)
13+
- [COLLADA](https://en.wikipedia.org/wiki/COLLADA) (.dae)
14+
- [Wavefront OBJ](https://en.wikipedia.org/wiki/Wavefront_.obj_file) (.obj)

0 commit comments

Comments
 (0)