Skip to content

Commit

Permalink
Feat: Add colour and bg_colour functions (#3)
Browse files Browse the repository at this point in the history
* feat: add ansi from Colour

* fix: change gleamy/ansi to gleam_community/ansi in doc comments
  • Loading branch information
brettkolodny authored Jan 23, 2023
1 parent f978880 commit d9c6305
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 125 deletions.
1 change: 1 addition & 0 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repository = { type = "github", user = "gleam-community", repo = "ansi" }
[dependencies]
gleam_bitwise = "~> 1.2"
gleam_stdlib = "~> 0.25"
gleam_community_colour = "~> 1.0"

[dev-dependencies]
gleeunit = "~> 0.7"
2 changes: 2 additions & 0 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@

packages = [
{ name = "gleam_bitwise", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_bitwise", source = "hex", outer_checksum = "6064699EFBABB1CA392DCB193D0E8B402FB042B4B46857B01E6875E643B57F54" },
{ name = "gleam_community_colour", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_bitwise", "gleam_stdlib"], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "5ED75D51ED4AA547A01B63CE8175BDDC68B0D652DADF2375F303581B7F8878CE" },
{ name = "gleam_stdlib", version = "0.25.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "AD0F89928E0B919C8F8EDF640484633B28DBF88630A9E6AE504617A3E3E5B9A2" },
{ name = "gleeunit", version = "0.7.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "5F4FBED3E93CDEDB0570D30E9DECB7058C2D327996B78BB2D245C739C7136010" },
]

[requirements]
gleam_bitwise = "~> 1.2"
gleam_community_colour = "~> 1.0"
gleam_stdlib = "~> 0.25"
gleeunit = "~> 0.7"
Loading

0 comments on commit d9c6305

Please sign in to comment.