diff options
| author | Sakarias Johansson <sakarias.johansson@goodbyekansas.com> | 2023-04-14 20:58:23 +0200 |
|---|---|---|
| committer | Sakarias Johansson <sakariasjohansson@hotmail.com> | 2023-04-14 21:17:20 +0200 |
| commit | 8201c8e2a7ff85383ff7606513778253aae7e666 (patch) | |
| tree | ad0175360dc19554c6f11b1a66af210d60418f99 /racer-tracer/Cargo.toml | |
| parent | 0ae6ca062f5936ae6f595f45ca0a78ed049452bc (diff) | |
| download | racer-tracer-main.tar.gz racer-tracer-main.tar.xz racer-tracer-main.zip | |
Before you could only move the position of the camera.
- Add support for turning camera by holding down left mouse.
- Add support for turning camera with arrow keys.
- Add Mouse move callback for key_inputs.
Diffstat (limited to 'racer-tracer/Cargo.toml')
| -rw-r--r-- | racer-tracer/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/racer-tracer/Cargo.toml b/racer-tracer/Cargo.toml index ee5bbc8..c9b8ac6 100644 --- a/racer-tracer/Cargo.toml +++ b/racer-tracer/Cargo.toml @@ -20,4 +20,5 @@ slog-term = "2" slog = "2" slog-async = "2" console = "0.15" +glam = "0.23.0" serde = { version = "1", features = ["derive"] } |
