dmsdk 0.2.0

Rust-friendly wrappers around the Defold dmSDK
Documentation
[package]
name = "dmsdk"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "Rust-friendly wrappers around the Defold dmSDK"
homepage = "https://forum.defold.com/t/writing-native-extensions-in-rust/71980?u=justapotota"
repository = "https://github.com/JustAPotota/defold-rs"
readme = "../README.md"
categories = ["game-development", "api-bindings"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dmsdk_ffi = { path = "../dmsdk_ffi", version = "0.1.0" }
libc = "0.2.126"
paste = "1.0.7"
ctor = "0.1.23"

[dev-dependencies]
ctor = "0.1.22"