mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-19 12:27:18 +02:00
Update Ghostgram features
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
|
||||
|
||||
swift_library(
|
||||
name = "ContextControllerImpl",
|
||||
module_name = "ContextControllerImpl",
|
||||
srcs = [
|
||||
"Sources/ContextControllerCompatibility.swift",
|
||||
],
|
||||
copts = [
|
||||
"-warnings-as-errors",
|
||||
],
|
||||
deps = [
|
||||
"//submodules/ContextUI",
|
||||
],
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user