Search
Items tagged with: rust
If you would like to help financially support the development of a new Wayland compositor for Xfce, you can do so by contributing funds via our #OpenCollective accounts.
For US contributions:
opencollective.com/xfce
For EU contributions:
opencollective.com/xfce-eu
These contributions will help pay for the funding of longtime Xfce core developer Brian Tarricone to create xfwl4, a brand-new Wayland compositor for Xfce.
Thank you for your support!
#Xfce #Wayland #Rust #FOSS #Linux
Xfce - Open Collective
Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user friendly.opencollective.com
Starting tomorrow, you will be able (on linux without cross-compilation) to install and use the Rust GCC backend directly from rustup! To do so:
rustup component add rustc-codegen-gcc<br>Thanks a lot to Kobzol for all their work to making it a reality!
github.com/rust-lang/rust/pull…
Add GCC and the GCC codegen backend to build-manifest and rustup by Kobzol · Pull Request #151156 · rust-lang/rust
This PR adds the GCC codegen backend, and the GCC (libgccjit) component upon which it depends, to build-manifest, and thus also to (nightly) Rustup. I added both components in a single PR, because ...GitHub