From c7cbd0d288083ad7ae132ac6627cf93ec5b3aed5 Mon Sep 17 00:00:00 2001 From: Sakarias Johansson Date: Sun, 16 Apr 2023 14:32:42 +0200 Subject: =?UTF-8?q?=E2=9C=A8=20Add=20support=20for=20camera=20configuratio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also decided to not use glam and just do the math myself. Just didn't want an entire library for such a small thing. Probably goint to replace Vec3 at some point, just not now. --- racer-tracer/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'racer-tracer/Cargo.toml') diff --git a/racer-tracer/Cargo.toml b/racer-tracer/Cargo.toml index c9b8ac6..ee5bbc8 100644 --- a/racer-tracer/Cargo.toml +++ b/racer-tracer/Cargo.toml @@ -20,5 +20,4 @@ slog-term = "2" slog = "2" slog-async = "2" console = "0.15" -glam = "0.23.0" serde = { version = "1", features = ["derive"] } -- cgit v1.2.3