this repo has no description
3
fork

Configure Feed

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

✏️ Update Cargo metadata

authored by

Gwenn Le Bihan and committed by
GitHub
cadde84c 11f69fc3

+4 -4
+4 -4
Cargo.toml
··· 2 2 name = "shapemaker" 3 3 version = "1.1.0" 4 4 edition = "2021" 5 - include = ["/src", "/web/index.html", "/preview"] 5 + include = ["/src"] 6 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>"] 7 + homepage = "https://gwen.works/shapemaker" 8 + repository = "https://github.com/gwenn/shapemaker" 9 + authors = ["Gwenn Le Bihan <gwenn.lebihan7@gmail.com>"] 10 10 description = "An experimental WASM-capable, generative SVG-based video rendering engine that reacts to MIDI or audio data" 11 11 12 12 [workspace]