Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 557 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 557 Bytes

Pub Version Discord badge Twitter handle

Rive Common

A common library for the Rive editor and runtime to share functionality. Not intended to be used directly by end-users.

Build for Linux

git clone https://github.com/meta-flutter/rive-common
cd rive-common
mkdir build && cd build
cmake .. -GNinja
ninja -C .