summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2021-01-17 09:34:40 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2021-01-17 09:34:40 -0300
commit2c11bc7d05bd2bebb40b52cb473d5a2335f007e4 (patch)
treef522366707e170e3eb5cdcd6221550d03cbd1fce /Cargo.toml
parent76681d40623c8a6b8b48ae1108568ed5b799f7ae (diff)
downloadbezier-2c11bc7d05bd2bebb40b52cb473d5a2335f007e4.tar.gz
bezier-2c11bc7d05bd2bebb40b52cb473d5a2335f007e4.zip
Render using opengl
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 6eed337..4c68533 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ edition = "2018"
[dependencies]
sdl2 = "0.34.3"
+gl = "0.14.0"