Skip to content

Commit

Permalink
🚀 Prepare for cargo publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed May 5, 2024
1 parent ec6b55d commit 9dc5ff6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "shapemaker"
version = "1.1.0"
edition = "2021"
include = ["/src", "/web/index.html", "/preview"]
license = "AGPL-3.0"
homepage = "https://ewen.works/shapemaker"
repository = "https://github.com/ewen-lbh/shapemaker"
authors = ["Ewen Le Bihan <[email protected]>"]
description = "An experimental WASM-capable, generative SVG-based video rendering engine that reacts to MIDI or audio data"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit 9dc5ff6

Please sign in to comment.