pluma 1.0.0

PluMA Plugin Interface for Rust - provides FFI bindings and utilities for writing PluMA plugins in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "pluma"
version = "1.0.0"
dependencies = [
 "pluma-plugin-trait",
]

[[package]]
name = "pluma-plugin-trait"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693b370f1d63fc79fd22263d892ff3ec5a6958d7b2ba7c635c69dd133ffc7e2e"