4 releases
0.1.3 | Oct 28, 2022 |
---|---|
0.1.2 | Oct 22, 2022 |
0.1.1 | Oct 13, 2022 |
0.1.0 | Oct 12, 2022 |
#1 in #qinetic
Used in qinetic
14KB
122 lines
About
Qinetic-dylib is crate for Qinetic, force to be dynamically linked.
Docs
- Rust Docs: Automatically generated from the doc comments in this repo.
lib.rs
:
Force to be dynamically linked for Qinetic.
Enabling dynamic linking.
The recommended way.
To enable dynamic linking use the --features qinetic/dynamic
flag, when using the cargo run
command:
cargo run --features qinetic/dynamic
The unrecommended way.
To enable dynamic linking inside of the Cargo.toml
file add the dynamic
feature to the qinetic dependency:
This is unrecommended because it requires you to remove this feature every time you want to create a
release build to avoid having to ship additional files with your game.
features = ["dynamic"]
Dependencies
~2MB
~51K SLoC