Skip to content

Commit

Permalink
Renaming to fix gleam test
Browse files Browse the repository at this point in the history
  • Loading branch information
afarinetti committed Oct 27, 2024
1 parent d4982c4 commit 0265267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
name = "gameoflife_gleam"
version = "1.0.0"

# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "", repo = "" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
description = "Conway's Game of Life implemented in Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "afarinetti", repo = "https://github.com/afarinetti/gameoflife-gleam" }

[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0265267

Please sign in to comment.