Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
databasedav committed Jan 6, 2025
1 parent cf24579 commit 1d7a9e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

### added

- wasm support
- serve wasm examples via github pages, including pr previews
- `.on_viewport_location_change` methods for reacting to viewport changes
- `DebugUiPlugin`, thin helper wrapper over bevy's debug ui overlay
- ci

### fixed

Expand Down
2 changes: 1 addition & 1 deletion sync_counter_example_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
content = ''.join(lines)

# Replace `example_plugin` with `((DefaultPlugins, HaalkaPlugin))`
content = re.sub(r'example_plugin', '(DefaultPlugins, HaalkaPlugin)', content)
content = re.sub(r'examples_plugin', '(DefaultPlugins, HaalkaPlugin)', content)

# Read the content of README.md
with open('README.md', 'r') as file:
Expand Down

0 comments on commit 1d7a9e9

Please sign in to comment.