Skip to content
Robert MacGregor edited this page May 5, 2021 · 10 revisions

Third Party Build Rules

Support Matrix

The following targets support the following platforms:

Library/Application Versions Import Target Linux? Windows? OSX?
ENet 1.3.17 load("@rules_third_party//libraries:enet.bzl", "enet") @enet//:enet
Irrlicht 1.8.4 load("@rules_third_party//libraries:irrlicht.bzl", "irrlicht") @irrlicht//:irrlicht
PhysFS 3.0.2 load("@rules_third_party//libraries:physfs.bzl", "physfs") @physfs//:physfs
Bullet 3.0.7 load("@rules_third_party//libraries:bullet.bzl", "bullet") @bullet//:bullet
Curl 7.73.0 load("@rules_third_party//libraries:curl.bzl", "curl") @curl//:curl
ZLib 1.2.11 load("@rules_third_party//libraries:zlib.bzl", "zlib") @zlib//:zlib
OpenSceneGraph 3.6.5 load("@rules_third_party//libraries:osg.bzl", "osg") @osg//:osg

These rules work with the following bazel versions: 4.0.0

Clone this wiki locally