File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Scala.js] ( https://www.scala-js.org/assets/badges/scalajs-1.16.0.svg )] ( https://www.scala-js.org )
6
6
[ ![ CI] ( https://github.com/scala-tessella/tessella/actions/workflows/ci.yml/badge.svg )] ( https://github.com/scala-tessella/tessella/actions/workflows/ci.yml )
7
7
[ ![ Scala Steward badge] ( https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII= )] ( https://scala-steward.org )
8
+ [ ![ DOI] ( https://zenodo.org/badge/785397726.svg )] ( https://zenodo.org/doi/10.5281/zenodo.12747299 )
8
9
9
10
** Tessella** is a Scala 3 library, compatible with Scala.js,
10
11
that helps to deal with finite unit-regular-polygon tessellations of a flat surface,
@@ -27,7 +28,7 @@ The graph describing the tessellation is a `Tiling` object.
27
28
28
29
Add the following dependency to your ` build.sbt ` file:
29
30
``` scala
30
- libraryDependencies += " io.github.scala-tessella" %% " tessella" % " 0.2.2 " // Use %%% instead of %% if you're using ScalaJS
31
+ libraryDependencies += " io.github.scala-tessella" %% " tessella" % " 0.3.0 " // Use %%% instead of %% if you're using ScalaJS
31
32
```
32
33
33
34
## Getting started
You can’t perform that action at this time.
0 commit comments