Skip to content

Commit

Permalink
Merge branch 'main' into feature/bevy_0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll authored Aug 20, 2023
2 parents 65fd0b9 + 11cbdd8 commit e7e7f20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions languages/bevy_mod_scripting_lua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ keywords = ["bevy", "gamedev", "scripting", "rhai"]
categories = ["game-development"]
readme="readme.md"

[package.metadata."docs.rs"]
features = ["lua54"]

[package.metadata.release]
pre-release-replacements = [
{file="Cargo.toml", search='^version\s*=\s*.*$', replace="version = \"{{version}}\"", exactly=1},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="./logo_bevy_scripting.svg" width="250">
<img src="./logo_bevy_scripting.svg" width="250" onerror="this.onerror=null; this.src='https://raw.githubusercontent.com/makspll/bevy_mod_scripting/main/logo_bevy_scripting.svg'">
</p>

# Bevy Scripting
Expand Down

0 comments on commit e7e7f20

Please sign in to comment.