Cargo.toml (338B)
1 [package] 2 name = "world-digger" 3 version = "0.1.0" 4 authors = ["Joël Lupien (Jojolepro) <jojolepromain@gmail.com>", "Alve Larsson <zurra.alve@gmail.com>"] 5 6 [dependencies] 7 amethyst = { git = "https://github.com/jojolepro/amethyst", branch = "uilayout" } 8 specs = "0.16.1" 9 shrev = "1.1.1" 10 shred = "0.10.2" 11 collision = "0.20.1" 12 rand = "0.7.3"