Skip to content

Commit 7e9e155

Browse files
author
Zakarum
committed
Update readme
1 parent 17a371c commit 7e9e155

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

COPYING

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Copyright 2018 The Rendy Project Developers
2+
3+
Licensed under the Apache License, Version 2.0, <license/LICENSE-APACHE or
4+
http://apache.org/licenses/LICENSE-2.0> or the MIT license <license/LICENSE-MIT or
5+
http://opensource.org/licenses/MIT>, at your option. This file may not be
6+
copied, modified, or distributed except according to those terms.

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11

22
# Rendy
33

4+
[![Build Status][s1]][tc]
5+
[![Crates.io][s2]][ci]
6+
[![docs page][docs-badge]][docs]
7+
[![MIT/Apache][s3]][li]
8+
![Lines of Code][s4]
9+
10+
[s1]: https://travis-ci.org/omni-viral/rendy.svg?branch=master
11+
[s2]: https://img.shields.io/crates/v/rendy.svg
12+
[docs-badge]: https://img.shields.io/badge/docs-website-blue.svg
13+
[docs]: https://docs.rs/rendy
14+
[s3]: https://img.shields.io/badge/license-MIT%2FApache-blue.svg
15+
[s4]: https://tokei.rs/b1/github/omni-viral/rendy?category=code
16+
[tc]: https://travis-ci.org/omni-viral/rendy
17+
[ci]: https://crates.io/crates/rendy/
18+
[li]: COPYING
19+
420
Yet another [`Vulkan`] based rendering engine.
521

622
## Features

0 commit comments

Comments
 (0)