From 4bbfaea08db0d5b15512ff210807d6952fb6207d Mon Sep 17 00:00:00 2001 From: Lars Date: Mon, 2 May 2016 11:14:50 +0200 Subject: [PATCH] Added d3d9 library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c00b3a7..385fa80 100644 --- a/README.md +++ b/README.md @@ -1301,4 +1301,5 @@ Where to discover new Go libraries. ## Windows +* [d3d9](https://github.com/gonutz/d3d9) - Go bindings for Direct3D9 * [go-ole](https://github.com/go-ole/go-ole) - Win32 OLE implementation for golang.