summaryrefslogtreecommitdiff
path: root/rust/controller/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-06-23 07:48:16 -0400
committerKjetil Orbekk <kj@orbekk.com>2021-06-23 07:48:16 -0400
commit42e16dc95f05bc8da403ff7329bc815b4baf005b (patch)
tree260f2b0d0b24026748dadf36342703a1125d4fc1 /rust/controller/Cargo.toml
parentcc268ccb4fa2f7573694af189089ca8f788b0597 (diff)
Some SDL controller experimentation
Diffstat (limited to 'rust/controller/Cargo.toml')
-rw-r--r--rust/controller/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/controller/Cargo.toml b/rust/controller/Cargo.toml
new file mode 100644
index 0000000..2825ff3
--- /dev/null
+++ b/rust/controller/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "controller"
+version = "0.1.0"
+authors = ["Kjetil Orbekk <kj@orbekk.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+sdl2 = "0.34"