From a37b286baefdc303e3deccb1d37cede5fc6aca7e Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 7 Aug 2019 19:40:53 -0700 Subject: [PATCH] Yoga is written in C++ (#907) Summary: As far as I can tell now. Would be nice if you had an actual changelog somewhere! Pull Request resolved: https://github.com/facebook/yoga/pull/907 Differential Revision: D16701738 Pulled By: davidaurelio fbshipit-source-id: cf32dc96eca5258979bcaa9947d6ed6b5496398d --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74c9d245..689851d6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Yoga [![CocoaPods](https://img.shields.io/cocoapods/v/YogaKit.svg)](http://cocoapods.org/pods/YogaKit) [![npm](https://img.shields.io/npm/v/yoga-layout.svg)](https://www.npmjs.com/package/yoga-layout) [![bintray](https://img.shields.io/bintray/v/facebook/maven/com.facebook.yoga:yoga.svg)](https://bintray.com/facebook/maven/com.facebook.yoga%3Ayoga/_latestVersion) [![NuGet](https://img.shields.io/nuget/v/Facebook.Yoga.svg)](https://www.nuget.org/packages/Facebook.Yoga) ## Building -Yoga builds with [buck](https://buckbuild.com). Make sure you install buck before contributing to Yoga. Yoga's main implementation is in C, with bindings to supported languages and frameworks. When making changes to Yoga please ensure the changes are also propagated to these bindings when applicable. +Yoga builds with [buck](https://buckbuild.com). Make sure you install buck before contributing to Yoga. Yoga's main implementation is in C++, with bindings to supported languages and frameworks. When making changes to Yoga please ensure the changes are also propagated to these bindings when applicable. ## Testing For testing we rely on [gtest](https://github.com/google/googletest) as a submodule. After cloning Yoga run `git submodule init` followed by `git submodule update`.