flutter-plugin-sdk 0.1.0

Public Rust plugin API for the Flutter Rust shell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "flutter-plugin-sdk"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Public Rust plugin API for the Flutter Rust shell"

[lib]
path = "src/lib.rs"

[dependencies]
async-trait = "=0.1.89"
wgpu = { version = "=30.0.0", git = "https://github.com/gfx-rs/wgpu.git", rev = "014d9e84813a2946febfa4888694c0b70565b2f5", default-features = false }

[dev-dependencies]
parking_lot = "=0.12.5"