mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-09-22 12:20:43 +02:00
Update Ghostgram features
This commit is contained in:
@@ -1,15 +1,23 @@
|
||||
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
|
||||
|
||||
sgdeps = [
|
||||
"//Swiftgram/SGSimpleSettings:SGSimpleSettings"
|
||||
]
|
||||
|
||||
sgsrc = [
|
||||
"//Swiftgram/SGEmojiKeyboardDefaultFirst:SGEmojiKeyboardDefaultFirst"
|
||||
]
|
||||
|
||||
swift_library(
|
||||
name = "EntityKeyboard",
|
||||
module_name = "EntityKeyboard",
|
||||
srcs = glob([
|
||||
srcs = sgsrc + glob([
|
||||
"Sources/**/*.swift",
|
||||
]),
|
||||
copts = [
|
||||
"-warnings-as-errors",
|
||||
],
|
||||
deps = [
|
||||
deps = sgdeps + [
|
||||
"//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit",
|
||||
"//submodules/Display:Display",
|
||||
"//submodules/ComponentFlow:ComponentFlow",
|
||||
|
||||
Reference in New Issue
Block a user