Skip to content

Commit

Permalink
strip all symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Jul 31, 2024
1 parent f890cf3 commit 4f4bf47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ opt-level = 3
[profile.release]
codegen-units = 1
lto = true
strip = "debuginfo"
strip = true
opt-level = 'z'

[profile.release-native]
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

An aquarium that runs in your terminal!

A decoration/fidget-toy that lets you watch your fishes' lifecycle while you code. Test drive of my plugin [bevy_ratatui_render](https://github.com/cxreiff/bevy_ratatui_render).
A decoration/fidget-toy that lets you watch your fishes' lifecycle while you code. Test drive of my plugin [bevy_ratatui_render](https://github.com/cxreiff/bevy_ratatui_render), a plugin that lets you render a bevy application to the terminal using [ratatui](https://github.com/ratatui-org/ratatui)/[ratatui-image](https://github.com/benjajaja/ratatui-image).

## play with cargo

Expand Down Expand Up @@ -39,6 +39,10 @@ If you manually installed the executable, you will have to include the path to l

On macOS you may need to Right-Click > Open With, selecting a supported terminal, and then selecting Open in order to bypass code signing (I haven't figured out code signing yet).

## issues

I am still hunting down platform-specific problems with rendering and input- if you run into one, please open an issue!

## compatibility

This requires that your terminal:
Expand Down

0 comments on commit 4f4bf47

Please sign in to comment.