diff --git a/Cargo.toml b/Cargo.toml index 09a55f3..35efe29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ docking = [] [dependencies] imgui = { version = "0.2" } imgui-winit-support = { version = "0.2" } -amethyst = { version = "0.14" } +amethyst = { version = "0.15" } # Development dependencies #amethyst = { path = "../amethyst", features = ["saveload", "vulkan", "gltf", "experimental-spirv-reflection", "shader-compiler", "tiles"] }