summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2021-01-07 20:14:15 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2021-01-07 20:14:15 -0300
commit9724f0d0fe318615e4ed79b1600dd4557a2378eb (patch)
tree11a208fe9eb427774d6dd2e529d69571a2ea6292 /Cargo.toml
parentad4c09192e6144e3e914748f9ce4edf371cf75b8 (diff)
downloadbezier-9724f0d0fe318615e4ed79b1600dd4557a2378eb.tar.gz
bezier-9724f0d0fe318615e4ed79b1600dd4557a2378eb.zip
Visualize polynomials using sdl
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 ab64b5d..cad75f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+sdl2 = "0.34.3"