Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
add crates.io and docs.rs badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsairobo committed Jan 6, 2022
1 parent 7173c0f commit 08a74a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# smooth-bevy-cameras

[![crates.io](https://img.shields.io/crates/v/smooth_bevy_cameras)](https://crates.io/crates/smooth_bevy_cameras)
[![docs.rs](https://docs.rs/smooth_bevy_cameras/badge.svg)](https://docs.rs/smooth_bevy_cameras)

A collection of exponentially-smoothed camera controllers for the Bevy Engine.

## Look Transform
Expand Down Expand Up @@ -80,3 +83,5 @@ These plugins depend on the `LookTransformPlugin`:
- Left mouse drag: Locomotion
- Right mouse drag: Rotate camera
- Left and Right mouse drag: Pan camera

License: MIT
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! [![crates.io](https://img.shields.io/crates/v/smooth_bevy_cameras)](https://crates.io/crates/smooth_bevy_cameras)
//! [![docs.rs](https://docs.rs/smooth_bevy_cameras/badge.svg)](https://docs.rs/smooth_bevy_cameras)
//!
//! A collection of exponentially-smoothed camera controllers for the Bevy Engine.
//!
//! # Look Transform
Expand Down

0 comments on commit 08a74a8

Please sign in to comment.