Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active May 3, 2022 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Morfly/87dbb1aa1ae40e0b241bba5a3987b886 to your computer and use it in GitHub Desktop.
Save Morfly/87dbb1aa1ae40e0b241bba5a3987b886 to your computer and use it in GitHub Desktop.
# WORKSPACE
...
GLFW_VERSION = "3.3.5"
http_archive(
name = "glfw",
build_file = "@//third_party/glfw:glfw.BUILD",
sha256 = "a89bb6074bc12bc12fcd322dcf848af81b679ccdc695f70b29ca8a9aa066684b",
strip_prefix = "glfw-{}".format(GLFW_VERSION),
urls = ["https://github.com/glfw/glfw/archive/{}.zip".format(GLFW_VERSION)],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment