Skip to content

Commit 312e05f

Browse files
committed
Update README.md
1 parent a5c18c5 commit 312e05f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
obj-rs [![crates-i]][crates-a] [![travis-i]][travis-a]
1+
obj-rs [![Travis Build Status]][travis] [![AppVeyor Build Status]][appveyor]
22
========
3-
[Wavefront obj] parser for **[Rust]**. It handles both `.obj` and `.mtl`
4-
formats. [Documentation]
3+
[Wavefront obj] parser for [Rust]. It handles both `.obj` and `.mtl` formats.
4+
5+
- [API Documentation](https://simnalamburt.github.io/obj-rs/)
6+
- [See `obj-rs` in crates.io](https://crates.io/crates/obj-rs)
57

68
```toml
79
[dependencies]
@@ -26,6 +28,8 @@ dome.indices;
2628
**obj-rs** is currently able to load position and normal data of `obj` but not
2729
texture & material data yet.
2830

31+
<br>
32+
2933
Glium support
3034
--------
3135
**obj-rs** supports [glium] out of the box.
@@ -59,13 +63,13 @@ cargo run --example glium --features glium-support
5963
*obj-rs* is primarily distributed under the terms of both the [Apache License
6064
(Version 2.0)] and the [MIT license]. See [COPYRIGHT] for details.
6165

62-
[crates-i]: https://img.shields.io/crates/v/obj-rs.svg
63-
[crates-a]: https://crates.io/crates/obj-rs
64-
[travis-i]: https://travis-ci.org/simnalamburt/obj-rs.svg?branch=master
65-
[travis-a]: https://travis-ci.org/simnalamburt/obj-rs
66+
[Travis Build Status]: https://travis-ci.org/simnalamburt/obj-rs.svg?branch=master
67+
[travis]: https://travis-ci.org/simnalamburt/obj-rs
68+
[AppVeyor Build Status]: https://ci.appveyor.com/api/projects/status/281kjgy7oxaa120s/branch/master?svg=true
69+
[appveyor]: https://ci.appveyor.com/project/simnalamburt/obj-rs/branch/master
70+
6671
[Wavefront obj]: https://en.wikipedia.org/wiki/Wavefront_.obj_file
6772
[Rust]: http://rust-lang.org
68-
[Documentation]: https://simnalamburt.github.io/obj-rs/
6973
[img]: https://simnalamburt.github.io/obj-rs/screenshot.png
7074
[glium]: https://github.com/tomaka/glium
7175
[working sample]: examples/glium.rs

0 commit comments

Comments
 (0)