blob: d1788b907719f36e5155ca8258f88f2a22c66411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "writhing_mass_of_flesh"
version = "0.1.2"
edition = "2021"
authors = ["Jacob Janzen"]
description = "Creates a procedurally generated image that sort of looks like bubbles"
repository = "https://github.com/JacobJanzen/Bubbles/"
license = "GPL-3.0"
keywords = ["generative-art","gif"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gif = "0.11.4"
rand = "0.8.5"
clap = { version = "3.2.17", features = ["derive"]}
termsize = "0.1.6"
|