bevy_mod_ffi_guest_sys 0.2.0

Low-level FFI bindings for bevy_mod_ffi guests
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 = "bevy_mod_ffi_core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dba55c5f239380512cc20d6409a441aaa9fe01c8ae9319ecd9b0328a81319a8"

[[package]]
name = "bevy_mod_ffi_guest_sys"
version = "0.2.0"
dependencies = [
 "bevy_mod_ffi_core",
]