cppbuild 0.1.1

library for cppbuild a project aimed at creating a cargo like tool for cpp that integrates other package managers through the use of pkg-config
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name = "random"
version = "0.1.0"
standard = "c++17"
project_type = "bin"

[[owners]]
name = "cardinal"
email = "unset"

[[dependency]]
name = "opencv4"
version = "*"

[[dependency]]
name = "gtk+-3.0"
version = "*"