Skip to content

Commit

Permalink
feat: repo for justified-layout package (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Jan 10, 2025
1 parent 70f8635 commit 15c482e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tf/deployment/modules/github/org/repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ variable "repositories" {
name = "native_video_player",
description = "A Flutter widget to play videos on iOS and Android using a native implementation.",
fork = true
},
{
name = "justified-layout",
description = "A blazingly fast implementation of justified layout, a gallery view popularized by Flickr, written in rust and exported to WASM."
}
]
}
Expand Down

0 comments on commit 15c482e

Please sign in to comment.