CTS
CTS
Some SVGs use CSS to control opacity and colors. But it seems that they are just ignored in bevy svg.
I was building a auto-reload missile launch site with Logistical Transporter in Mekanism. The missile was successfully delivered from my chest to the launchpad, however, the missile exploded immediately on...
When I call the plot function the memory usage goes up a lot and I do not know how to recycle it.
```rust world.each_entity::(|x,_| { println!("{:?}",x); }); ``` Gives ``` \index.crates.io-1949cf8c6b5b557f\flecs_ecs-0.1.3\src\core\query_tuple.rs:115:18: null pointer dereference occurred ``` Empty types add as tags also cause the same exception.
## What problem does this solve or what need does it fill? Bevy’s query system does not automatically allow AVX2 optimization, and the changed tick writes can consume significant memory...