openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25
https://keyoxide.org/d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25
openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25
https://keyoxide.org/d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25
| #!/bin/bash | |
| # Uses generates a WhatsApp desktop client for Linux. | |
| # | |
| # # Dependencies: | |
| # | |
| # ## Required: | |
| # * `nativefier` (https://github.com/jiahaog/nativefier) | |
| # | |
| # ## Optional (only for Moka icon theme) |
I hereby claim:
To claim this, I am signing this object:
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25] |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25] |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25] |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:d5ad5bd47835b0f0b0c3046c00ab4c0942dcba25] |
| //! Launches an empty renderer window with a deferred pipeline and white color. | |
| //! | |
| //! Uses `rayon` and `num_cpus` internally to batch `gfx::Encoder`s efficiently | |
| //! and maximize parallelism. Haven't uploaded changes to GitHub since Amethyst is | |
| //! completely broken with these changes. This is due to `gfx_device` and other | |
| //! rendering stuff being directly inside the engine, instead of a `RenderingSystem` | |
| //! where it really belongs. Some restructuring is necessary to fix this design | |
| //! oversight and get this new renderer to work. | |
| extern crate amethyst_renderer as renderer; |