A Docker image for cross-compilation of Rust + GTK software (and anything else I decide to add). forked from https://github.com/etrombly/rust-crosscompile
Go to file
Max Bradbury 67bd8f242a fix highlighted problems 2020-10-04 13:39:14 +01:00
Dockerfile remove "Windows 10" GTK theme since it doesn't work 2020-10-04 11:27:30 +01:00
README.md readme 2020-10-04 13:24:51 +01:00
cargo.config first commit 2018-01-09 21:43:20 -06:00
package.sh fix highlighted problems 2020-10-04 13:39:14 +01:00
peldd update peldd 2020-10-02 20:30:15 -05:00

README.md

docker-rust-cross

forked from https://github.com/etrombly/rust-crosscompile

adds git (anything else?)

usage

docker pull synthruiner/rust-cross
cd /path/to/your/project
docker create -v (pwd):/home/rust/src --name YOURPROJECTNAME-build synthruiner/rust-cross
docker start YOURPROJECTNAME-build -ai