this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿš€ Prepare for cargo publishing

authored by

Gwenn Le Bihan and committed by
Ewen Le Bihan
e6620639 3cbeacd2

+6
+6
Cargo.toml
··· 2 2 name = "shapemaker" 3 3 version = "1.1.0" 4 4 edition = "2021" 5 + include = ["/src", "/web/index.html", "/preview"] 6 + license = "AGPL-3.0" 7 + homepage = "https://ewen.works/shapemaker" 8 + repository = "https://github.com/ewen-lbh/shapemaker" 9 + authors = ["Ewen Le Bihan <hey@ewen.works>"] 10 + description = "An experimental WASM-capable, generative SVG-based video rendering engine that reacts to MIDI or audio data" 5 11 6 12 [lib] 7 13 crate-type = ["cdylib", "lib"]