oxc_plugin_worklets 0.1.0

A Rust port of React Native Reanimated's worklets plugin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "oxc_plugin_worklets"
version = "0.1.0"
edition = "2021"
description = "A Rust port of React Native Reanimated's worklets plugin"
license = "MIT"
repository = "https://github.com/leegeunhyeok/oxc-plugin-worklets"

[dependencies]
oxc = { version = "0.115.0", features = ["full"] }

[dev-dependencies]
insta = { version = "1", features = ["glob"] }