We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a8a7a commit e020a62Copy full SHA for e020a62
mix.exs
@@ -7,6 +7,10 @@ defmodule VectorTile.MixProject do
7
[
8
app: :vector_tile,
9
version: "1.0.0",
10
+ description:
11
+ "Implementation of the [Vector Tile Spec](https://github.com/mapbox/vector-tile-spec/tree/master/2.1), version 2.1. This
12
+package allows you to efficiently build vector tiles including layers and features with geometry and encode them to
13
+protobuf.",
14
elixir: "~> 1.18",
15
start_permanent: Mix.env() == :prod,
16
deps: deps(),
0 commit comments