Re: [rust-dev] Compiling Rust apps with Meson v2

2014-06-25 Thread Robert Knight
Hi Jussi, Thanks. meson looks like CMake with a somewhat more sane build config language. Not directly related to Rust, but what is the tooling story like with Qt Creator - eg. has any work been done on teaching Qt Creator to understand meson projects? On 23 June 2014 21:00, Jussi Pakkanen

[rust-dev] Compiling Rust apps with Meson v2

2014-06-23 Thread Jussi Pakkanen
Hi I finished basic Rust support for the Meson build system. It now supports shared and static libraries with full install support and all that. Here's the entire build definition for a library and two executables that use it. project('libproject', 'rust') corelib = shared_library('core',