this repo has no description
3
fork

Configure Feed

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

๐Ÿ”– Release v1.2.2

+2 -2
+1 -1
Cargo.lock
··· 4495 4495 4496 4496 [[package]] 4497 4497 name = "shapemaker" 4498 - version = "1.2.1" 4498 + version = "1.2.2" 4499 4499 dependencies = [ 4500 4500 "anyhow", 4501 4501 "backtrace",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "shapemaker" 3 - version = "1.2.1" 3 + version = "1.2.2" 4 4 edition = "2021" 5 5 include = ["/src"] 6 6 license = "AGPL-3.0"