diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-10-25 15:39:58 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-10-25 15:40:23 +0300 |
commit | 67d7492477808dc1765b1a9ed493dee79dff9320 (patch) | |
tree | b472d485c79b164eb472e609d2daaa05258993bf /Cargo.toml | |
download | pistol-67d7492477808dc1765b1a9ed493dee79dff9320.tar.gz |
feat: initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c265707 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "ascii-renderer-rust" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +vector3d = "0.2.1" |