comparison Cargo.toml @ 657:ff7b6355cdf1

Port the Enemy struct from Python, for now without its methods.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 09 Aug 2019 01:36:47 +0200
parents f6bfc9e6dab0
children f08e8e3c6196
comparison
equal deleted inserted replaced
656:988e5130fb00 657:ff7b6355cdf1
17 luminance-glfw = { version = "*", path = "../luminance/luminance-glfw", default-features = false } 17 luminance-glfw = { version = "*", path = "../luminance/luminance-glfw", default-features = false }
18 luminance-derive = { version = "*", path = "../luminance/luminance-derive" } 18 luminance-derive = { version = "*", path = "../luminance/luminance-derive" }
19 19
20 [profile.dev] 20 [profile.dev]
21 panic = "abort" 21 panic = "abort"
22
23 [profile.release]
24 panic = "abort"