Inital commit
This commit is contained in:
12
wails/BUILD.bazel
Normal file
12
wails/BUILD.bazel
Normal file
@@ -0,0 +1,12 @@
|
||||
load(":private/toolchain.bzl", "wails_toolchain")
|
||||
|
||||
toolchain_type(
|
||||
name = "toolchain_type",
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
exports_files([
|
||||
"defs.bzl",
|
||||
"README.md",
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user