From c379bdcb3a5d06c0a3765b1bf706149347f5e8cc Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 14 Oct 2018 22:42:39 +0000 Subject: [PATCH] Add CMakeRust --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e217e2..e5b6dde 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [nabijaczleweli/cargo-update](https://github.com/nabijaczleweli/cargo-update) [[cargo-update](https://crates.io/crates/cargo-update)] — cargo subcommand for checking and applying updates to installed executables [](https://travis-ci.org/nabijaczleweli/cargo-update) * [passcod/cargo-watch](https://github.com/passcod/cargo-watch) [[cargo-watch](https://crates.io/crates/cargo-watch)] — utility for cargo to compile projects when sources change [](https://travis-ci.org/passcod/cargo-watch) * CMake + * [Devolutions/CMakeRust](https://github.com/Devolutions/CMakeRust) — useful for integrating a Rust library into a CMake project * [SiegeLord/RustCMake](https://github.com/SiegeLord/RustCMake) — an example project showing usage of CMake with Rust [](https://travis-ci.org/SiegeLord/RustCMake) * Webpack * [Ralvke/rust-loader](https://github.com/Ralvke/rust-loader) — Webpack Rust loader (wasm)