From 48ceb8591e1e3c7695d091f02a6a43edb5f77936 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 2 Jul 2021 00:07:50 +0200 Subject: Add html-parser as a dependency and remove tidy --- .gitmodules | 3 +++ depends/html-parser | 1 + project.conf | 9 ++------- 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 .gitmodules create mode 160000 depends/html-parser diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5475f6a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "depends/html-parser"] + path = depends/html-parser + url = git://git.dec05eba.com/html-parser diff --git a/depends/html-parser b/depends/html-parser new file mode 160000 index 0000000..917f810 --- /dev/null +++ b/depends/html-parser @@ -0,0 +1 @@ +Subproject commit 917f810d7f196fef5959bc3096ce7360df961fc0 diff --git a/project.conf b/project.conf index b6e54f4..5ce1dfa 100644 --- a/project.conf +++ b/project.conf @@ -1,14 +1,9 @@ [package] name = "html-search" type = "static" -version = "0.1.0" +version = "1.0.0" platforms = ["any"] [config] -# Ubuntu requires this -include_dirs = ["/usr/include/tidy"] expose_include_dirs = ["include"] -ignore_dirs = ["test_files"] - -[dependencies] -tidy = "5" \ No newline at end of file +ignore_dirs = ["test_files"] \ No newline at end of file -- cgit v1.2.3