add and fix shields in Readmes (#9993)
# Objective Fix shields ## Solution - Correct shield in the Bevy ECS Readme, where only the MIT license is displayed  - Add shields to other Readmes. - homogenize shields and titles.
This commit is contained in:
parent
ca37b92540
commit
b9ddb37d5b
@ -1,9 +1,10 @@
|
||||
# [](https://bevyengine.org)
|
||||
|
||||
[](https://github.com/bevyengine/bevy#license)
|
||||
[](https://crates.io/crates/bevy)
|
||||
[](https://github.com/bevyengine/bevy#license)
|
||||
[](https://crates.io/crates/bevy)
|
||||
[](https://github.com/bevyengine/bevy/actions)
|
||||
[](https://crates.io/crates/bevy)
|
||||
[](https://docs.rs/bevy/latest/bevy/)
|
||||
[](https://github.com/bevyengine/bevy/actions)
|
||||
[](https://discord.gg/bevy)
|
||||
|
||||
## What is Bevy?
|
||||
|
9
crates/bevy_app/README.md
Normal file
9
crates/bevy_app/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Bevy App
|
||||
|
||||
[](https://github.com/bevyengine/bevy#license)
|
||||
[](https://crates.io/crates/bevy_app)
|
||||
[](https://crates.io/crates/bevy_app)
|
||||
[](https://docs.rs/bevy_app/latest/bevy_app/)
|
||||
[](https://discord.gg/bevy)
|
||||
|
||||
This crate is about everything concerning the highest-level, application layer of a [Bevy](https://crates.io/crates/bevy) app.
|
@ -1,7 +1,9 @@
|
||||
# Bevy ECS
|
||||
|
||||
[](https://github.com/bevyengine/bevy#license)
|
||||
[](https://crates.io/crates/bevy_ecs)
|
||||
[](https://github.com/bevyengine/bevy/blob/HEAD/LICENSE)
|
||||
[](https://crates.io/crates/bevy_ecs)
|
||||
[](https://docs.rs/bevy_ecs/latest/bevy_ecs/)
|
||||
[](https://discord.gg/bevy)
|
||||
|
||||
## What is Bevy ECS?
|
||||
|
@ -1,4 +1,10 @@
|
||||
# bevy_mikktspace
|
||||
# Bevy Mikktspace
|
||||
|
||||
[](https://github.com/bevyengine/bevy#license)
|
||||
[](https://crates.io/crates/bevy_mikktspace)
|
||||
[](https://crates.io/crates/bevy_mikktspace)
|
||||
[](https://docs.rs/bevy_mikktspace/latest/bevy_mikktspace/)
|
||||
[](https://discord.gg/bevy)
|
||||
|
||||
This is a fork of [https://github.com/gltf-rs/mikktspace](https://github.com/gltf-rs/mikktspace), which in turn is a port of the Mikkelsen Tangent Space Algorithm reference implementation to Rust. It has been forked for use in the bevy game engine to be able to update maths crate dependencies in lock-step with bevy releases. It is vendored in the bevy repository itself as [crates/bevy_mikktspace](https://github.com/bevyengine/bevy/tree/main/crates/bevy_mikktspace).
|
||||
|
||||
|
@ -1,4 +1,10 @@
|
||||
# `bevy_ptr`
|
||||
# Bevy Ptr
|
||||
|
||||
[](https://github.com/bevyengine/bevy#license)
|
||||
[](https://crates.io/crates/bevy_ptr)
|
||||
[](https://crates.io/crates/bevy_ptr)
|
||||
[](https://docs.rs/bevy_ptr/latest/bevy_ptr/)
|
||||
[](https://discord.gg/bevy)
|
||||
|
||||
The `bevy_ptr` crate provides low-level abstractions for working with pointers in a more safe way than using rust's raw pointers.
|
||||
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Bevy Reflect
|
||||
|
||||
[](https://github.com/bevyengine/bevy#license)
|
||||
[](https://crates.io/crates/bevy_reflect)
|
||||
[](https://crates.io/crates/bevy_reflect)
|
||||
[](https://docs.rs/bevy_reflect/latest/bevy_reflect/)
|
||||
[](https://discord.gg/bevy)
|
||||
|
||||
This crate enables you to dynamically interact with Rust types:
|
||||
|
||||
* Derive the Reflect traits
|
||||
|
@ -1,4 +1,10 @@
|
||||
# bevy_tasks
|
||||
# Bevy Tasks
|
||||
|
||||
[](https://github.com/bevyengine/bevy#license)
|
||||
[](https://crates.io/crates/bevy_tasks)
|
||||
[](https://crates.io/crates/bevy_tasks)
|
||||
[](https://docs.rs/bevy_tasks/latest/bevy_tasks/)
|
||||
[](https://discord.gg/bevy)
|
||||
|
||||
A refreshingly simple task executor for bevy. :)
|
||||
|
||||
|
9
crates/bevy_utils/Readme.md
Normal file
9
crates/bevy_utils/Readme.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Bevy Utils
|
||||
|
||||
[](https://github.com/bevyengine/bevy#license)
|
||||
[](https://crates.io/crates/bevy_utils)
|
||||
[](https://crates.io/crates/bevy_utils)
|
||||
[](https://docs.rs/bevy_utils/latest/bevy_utils/)
|
||||
[](https://discord.gg/bevy)
|
||||
|
||||
A Collection of Utilities for the [Bevy Engine](https://bevyengine.org/).
|
Loading…
Reference in New Issue
Block a user