This commit is contained in:
Michael Zhang 2018-09-30 08:06:45 -05:00
parent 4b175633b1
commit 68f614b88a
No known key found for this signature in database
GPG key ID: A1B65B603268116B
2 changed files with 6 additions and 1 deletions

View file

@ -9,4 +9,7 @@ RUN sudo apt-get update -y && sudo apt-get install -y\
libimlib2-dev
COPY . ./
RUN sudo chown -R rust:rust .
USER root
ENV CARGO_HOME=/home/rust/.cargo
ENV RUSTUP_HOME=/home/rust/.multirust

View file

@ -1,6 +1,8 @@
[package]
name = "xlib"
version = "0.1.0"
description = "xlib bindings"
license-file = "../LICENSE"
authors = ["Michael Zhang <failed.down@gmail.com>"]
[dependencies]