diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2021-01-07 20:14:15 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2021-01-07 20:14:15 -0300 |
commit | 9724f0d0fe318615e4ed79b1600dd4557a2378eb (patch) | |
tree | 11a208fe9eb427774d6dd2e529d69571a2ea6292 /Cargo.toml | |
parent | ad4c09192e6144e3e914748f9ce4edf371cf75b8 (diff) | |
download | bezier-9724f0d0fe318615e4ed79b1600dd4557a2378eb.tar.gz bezier-9724f0d0fe318615e4ed79b1600dd4557a2378eb.zip |
Visualize polynomials using sdl
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |