camera 2d and 3d component for specs
```rust let mut world = World::new();
let mut dispatcher = Bundler::new(&mut world, DispatcherBuilder::new())
.bundle(TransformBundle::
world.create_entity()
.with(Transform2D::
dispatcher.dispatch(&mut world.res); ```