jonysy / miro

A modern computer vision platform.
6 stars 1 forks source link

Dylib not reloading #25

Open jonysy opened 7 years ago

jonysy commented 7 years ago

1) Dylib not reloading when dependent on a crate that uses gcc as a build-dependency for compiling non-rust files to .a files.

Only works when the crate dependent on gcc sets its crate-type to ["dylib"]

2) static variables seem to only work when the dylib is a part of a separate project. i.e.,

/bin/main.rs
lib.rs

won't work,

project-a
project-dylib

will work..

3) high crate-type has to be set to dylib because of current