summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-11 11:39:36 -0500
committerpommicket <pommicket@gmail.com>2022-12-11 11:39:36 -0500
commit1d06c1f0d3fa058b67e8fe999c654d10d7f46896 (patch)
treef4aabd7d15b8a57ab7b20462e28fa7f292b02cc4 /Cargo.toml
shaders
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..e351af7
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "autosdf"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+gl = "0.14.0"