From 0ae468c119ea5c598421b331c96c11fe1515d577 Mon Sep 17 00:00:00 2001 From: Paul Kernfeld Date: Sat, 25 Apr 2020 19:20:20 -0400 Subject: [PATCH] Use amethyst_core 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 854e5fd..7eed980 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ shrev = "1.1.1" nalgebra = "0.18.0" ncollide3d = "0.19" nphysics3d = "0.11.1" -amethyst_core = { git = "https://github.com/amethyst/amethyst", optional = true } +amethyst_core = { version = "0.10", optional = true } objekt = "0.1.2" [dev-dependencies]