Split project into ascii conversion and embded code

- Use workspaces for splitting
- Rewrite ascii conversion to rust
This commit is contained in:
Marco Thomas
2022-05-14 18:56:02 +02:00
parent 894ccd50b6
commit 179d3422d8
12 changed files with 18258 additions and 16874 deletions

12
video-to-ascii/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "video-to-ascii"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
asciify = "0.1.6"
clap = { version = "3.1.10", features = ["derive"] }
ffmpeg-next = "5.0.3"
image = "0.23.8"