rive 0.1.2

The Rive ecosystem crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rive"
description = "The Rive ecosystem crate."
categories = ["api-bindings", "data-structures"]
version = "0.1.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
keywords.workspace = true

[dependencies]
rive-models = { path = "../rive-models", version = "0" }
rive-gateway = { path = "../rive-gateway", version = "0" }
rive-http = { path = "../rive-http", version = "0" }