zig-glfw/glfw
Stephen Gutekanst f9e098c442
glfw: add SDK_PATH for easier testing of changes to SDKs (#6)
This change makes it easier to test SDKs locally, e.g. if you have:

```
% tree projects/
projects
├── mach
│   └── glfw
└── sdk-macos-11.3
```

In the `projects/mach/glfw` directory it is now easy to test changes to `sdk-macos-11.3` using:

```sh
SDK_PATH="$(pwd)/../.." zig build test -Dtarget=aarch64-macos
```

And it'll use your local SDK, instead of the one in the appdata dir.

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2021-07-24 13:38:43 -07:00
..
src glfw: add Window.getFrameSize 2021-07-23 17:43:24 -07:00
upstream/glfw glfw: add v3.3.4 sources 2021-07-06 20:49:25 -07:00
build.zig glfw: add SDK_PATH for easier testing of changes to SDKs (#6) 2021-07-24 13:38:43 -07:00
update-upstream.sh glfw: add script to fetch upstream sources 2021-07-06 20:49:02 -07:00