#qinetic #force #linked #dynamically #dynamic

qinetic_dylib

crate for Qinetic force to be dynamically linked

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

Download history 17/week @ 2024-02-20 60/week @ 2024-02-27

77 downloads per month
Used in qinetic

MIT license

14KB
122 lines

Qinetic

Crates.io Crates.io License (MIT) docs.rs

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.

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
~50K SLoC