Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoKing55 authored Apr 28, 2021
1 parent b2e1ef0 commit 44e277b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Add to your `Package.swift` dependencies:

In your main code:

import CGLFW3
import glfw3

## Updating

I can't guarantee this will always be up-to-date with the latest version of GLFW, but you can replace the headers in `Sources/GLFW/include/GLFW/` and the static library file at `Sources/GLFW/lib/libglfw3.a`. The macOS static library binaries can be downloaded [from the GLFW website](https://glfw.org/download).
I can't guarantee this will always be up-to-date with the latest version of GLFW, but you can replace the headers in `Sources/CGLFW3/include/GLFW/` and the static library file at `Sources/CGLFW3/lib/libglfw3.a`. The macOS static library binaries can be downloaded [from the GLFW website](https://glfw.org/download).

0 comments on commit 44e277b

Please sign in to comment.