From 515be6c8727318836de881210e2aa0dc8a2c3be5 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Tue, 12 Nov 2019 22:31:17 -0800 Subject: [PATCH] new legion version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb62a366fe..7785b69f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,8 @@ authors = ["Carter Anderson "] edition = "2018" [dependencies] -legion = { git = "https://github.com/TomGillen/legion.git" } +# legion = { git = "https://github.com/TomGillen/legion.git" } +legion = { git = "https://github.com/jaynus/legion.git" } nalgebra = "0.18" wgpu = "0.4.0" winit = "0.20.0-alpha4" \ No newline at end of file