From 0a609e81c7c967eea44aa47e02721a031b3baa16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 25 Mar 2016 18:55:58 +0100 Subject: [PATCH] geckolib: Update docs to point to the bindings file. --- ports/geckolib/tools/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/geckolib/tools/README.md b/ports/geckolib/tools/README.md index f920c75c85b..7253a17142c 100644 --- a/ports/geckolib/tools/README.md +++ b/ports/geckolib/tools/README.md @@ -26,5 +26,5 @@ build (which are in `ports/geckolib/bindings.rs`). ## `regen_style_structs.sh` -This will generate the bindings for Gecko's style structs. These bindings are a -work in progress, and are not in master yet. +This will generate the bindings for Gecko's style structs. Current bindings are +actually in `ports/geckolib/gecko_style_structs.rs`.