diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2022-08-23 12:24:59 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2022-08-23 12:24:59 -0500 |
commit | d488fd578d8293fe267bdbad582b30771fa8c01f (patch) | |
tree | 3addc70cc27c37d224d830243cae237a93fdbec2 /Cargo.toml | |
parent | c463fb7d0ab36c44046a5a7edc88902f5b90e710 (diff) |
refactored code into methods
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ name = "bubbles" version = "0.1.0" 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 |