Commit e808d7b2 authored by Linshizhi's avatar Linshizhi

external update

parent 67756521
workspace(name = "IMGRender")
local_repository(
name = "skia",
path = "./external/skia"
)
# Google test for unittest purposes
local_repository(
name = "gtest",
......
Subproject commit 58d77fa8070e8cec2dc1ed015d66b454c8d78850
Subproject commit 7361c8ac3eb5718536a08f60a5901136c1887c15
......@@ -3,6 +3,7 @@ cc_library(
name = "render",
srcs = ["canvas.cc"],
hdrs = ["canvas.h"],
#deps = ["@skia//:skia_public"],
visibility = [
"//app:__pkg__",
"//tests:__pkg__"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment