Skip to content

Commit

Permalink
Update pixelapprox to support layering glass on glass
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Mar 4, 2024
1 parent 2e95bae commit ca61c4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Via [wally](https://wally.run):

```toml
[dependencies]
GlassmorphicUI = "boatbomber/glassmorphicui@0.1.0"
GlassmorphicUI = "boatbomber/glassmorphicui@0.1.1"
```

Alternatively, grab the `.rbxm` standalone model from the latest [release.](https://github.com/boatbomber/GlassmorphicUI/releases/latest)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boatbomber/glassmorphicui",
"version": "0.1.0",
"version": "0.1.1",
"license": "MPL 2.0",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions wally.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dependencies = []

[[package]]
name = "boatbomber/glassmorphicui"
version = "0.1.0"
dependencies = [["EditableImageBlur", "boatbomber/editableimageblur@0.1.0"], ["PixelColorApproximation", "boatbomber/pixelcolorapproximation@0.1.1"]]
version = "0.1.1"
dependencies = [["EditableImageBlur", "boatbomber/editableimageblur@0.1.0"], ["PixelColorApproximation", "boatbomber/pixelcolorapproximation@0.1.2"]]

[[package]]
name = "boatbomber/pixelcolorapproximation"
version = "0.1.1"
version = "0.1.2"
dependencies = []
4 changes: 2 additions & 2 deletions wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "boatbomber/glassmorphicui"
description = "Glassmorphic UI in Roblox"
version = "0.1.0"
version = "0.1.1"
license = "MPL 2.0"
authors = ["boatbomber (https://boatbomber.com)"]
registry = "https://github.com/upliftgames/wally-index"
Expand All @@ -11,4 +11,4 @@ exclude = ["**"]

[dependencies]
EditableImageBlur = "boatbomber/editableimageblur@0.1.0"
PixelColorApproximation = "boatbomber/pixelcolorapproximation@0.1.1"
PixelColorApproximation = "boatbomber/pixelcolorapproximation@0.1.2"

0 comments on commit ca61c4a

Please sign in to comment.