mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-30 20:58:45 +00:00
fix: remove unused catch2 dependency for basalt
This commit is contained in:
parent
2e05580f36
commit
2901f9b8f2
1 changed files with 0 additions and 12 deletions
|
@ -45,18 +45,6 @@ fn basalt_deps() -> Vec<Dependency> {
|
||||||
(LinuxDistro::Alpine, "libepoxy-dev".into()),
|
(LinuxDistro::Alpine, "libepoxy-dev".into()),
|
||||||
]),
|
]),
|
||||||
},
|
},
|
||||||
Dependency {
|
|
||||||
name: "catch2".into(),
|
|
||||||
dep_type: DepType::Include,
|
|
||||||
filename: "catch2/catch.hpp".into(),
|
|
||||||
packages: HashMap::from([
|
|
||||||
(LinuxDistro::Arch, "catch2-v2".into()),
|
|
||||||
// WARN: on debian unstable this is v3!
|
|
||||||
(LinuxDistro::Debian, "catch2".into()),
|
|
||||||
(LinuxDistro::Fedora, "catch2-devel".into()),
|
|
||||||
(LinuxDistro::Alpine, "catch2".into()),
|
|
||||||
]),
|
|
||||||
},
|
|
||||||
Dependency {
|
Dependency {
|
||||||
name: "boost".into(),
|
name: "boost".into(),
|
||||||
dep_type: DepType::SharedObject,
|
dep_type: DepType::SharedObject,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue