Inital commit

This commit is contained in:
eric
2026-03-12 18:58:43 +01:00
commit 8555b02752
36 changed files with 3312 additions and 0 deletions

12
wails/BUILD.bazel Normal file
View 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",
])