hscloud/third_party/factorio/BUILD
Sergiusz Bazanski 480505768d third_party/factorio: init
We turn the existing experimental BUILD file into a nicely abstracted
starlark rule generator, for generating both external repositories and
container build rules from a single source of truth.

We also add 0.18.22 (which we already pushed via :push_latest).

Change-Id: I521d6e5cb9447eaf6f237671b7ef07d621cd9c77
2020-05-18 00:46:31 +02:00

3 lines
82 B
Python

load("//third_party/factorio:factorio.bzl", "factorio_images")
factorio_images()