diff --git a/Cargo.toml b/Cargo.toml index 8d32362..981a13f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ opt-level = 3 [profile.release] codegen-units = 1 lto = true -strip = "debuginfo" +strip = true opt-level = 'z' [profile.release-native] diff --git a/README.md b/README.md index 0a73367..db52ba9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: