From eb247666ba568b20513c0f81be372d71d7010d20 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 19 Aug 2016 09:35:49 +0000 Subject: [PATCH] Explain how to use on bare metal in README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d1d2843..0623056 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,14 @@ Add this to your `Cargo.toml`: git = "https://github.com/edef1c/libfringe.git" ``` +To use libfringe on a bare-metal target, add the `no-default-features` key: + +```toml +[dependencies.fringe] +git = "https://github.com/edef1c/libfringe.git" +no-default-features = true +``` + ### Feature flags [Cargo's feature flags]: http://doc.crates.io/manifest.html#the-[features]-section