summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-07-01 03:28:35 -0500
committertom barrett <spalf0@gmail.com>2019-07-01 03:28:35 -0500
commit4b01b87d8aca041304c927560095af92feb406da (patch)
tree93047e443f20d84a93eb6da8fc723afce625d24c /Cargo.toml
parent7d59cd2510ac926edd0790de4bffb0fbb9c60e7c (diff)
having idle states for each direction
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4059fdd..a1b6ba9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,6 @@ edition = "2018"
[dependencies]
ggez = "0.5.0-rc.2"
xml-rs = "0.8"
+
+[profile.dev]
+opt-level = 2