|
|
|
|
|
by lkt
848 days ago
|
|
Bevy has a lot of features enabled by default that add to the size. You can get bevy-snake down to 12 MB (3.2 MB gzipped, 1.9 MB brotli'd) if you only enable rendering and sprites, and strip the function names section. It's still a little bigger than I would like, but it's not terrible. |
|