[badges.travis-ci]
branch = "master"
repository = "mistodon/dymod"
[dependencies.libloading]
version = "~0.5.0"
[features]
auto-reload = []
default = ["auto-reload"]
force-dynamic = []
force-static = []
[package]
authors = ["Claire Harris <wishing.engine@gmail.com>"]
categories = ["game-development", "development-tools"]
description = "A macro to allow hotswapping code for a module in debug mode, but statically linking it safely in release mode."
edition = "2018"
keywords = ["linking", "static", "dynamic", "hotswapping", "dylib"]
license = "CC0-1.0"
name = "dymod"
readme = "README.md"
repository = "https://github.com/Pirh/dymod"
version = "0.2.0"