bevy_4x_camera 0.1.0

A 4X style camera for bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bevy_4x_camera"
version = "0.1.0"
authors = ["Sarthak Singh <ss269@uw.edu>"]
edition = "2018"
description = "A 4X style camera for bevy"
homepage = "https://github.com/SarthakSingh31/bevy_4x_camera"
keywords = ["game", "gamedev", "camera", "bevy"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/SarthakSingh31/bevy_4x_camera"

[dependencies]
bevy = "0.4"

[dev-dependencies]
bevy_mod_picking = "0.3.5"
rand = "0.8"