aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArne Dußin2021-02-05 10:35:03 +0100
committerArne Dußin2021-02-05 10:35:03 +0100
commit6b52a88dad43467ae0ea23e96248e934a995570b (patch)
tree1c7dccad68cc56633a88323fa3135a7dbb0898d8 /Cargo.toml
parentfb596a4e3b6dd414241f9525e7efe200949428d6 (diff)
downloadgraf_karto-6b52a88dad43467ae0ea23e96248e934a995570b.tar.gz
graf_karto-6b52a88dad43467ae0ea23e96248e934a995570b.zip
Fix the right char not being used on input
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e04239c..21c58a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ nalgebra = { version = "*", features = ["serde-serialize"] }
num-traits = "*"
pretty_env_logger = "*"
raylib = "3.0.0"
+raylib-sys = "*"
ron = "*"
serde = "*"
svgtypes = "*"