mirror of
https://github.com/MercuryWorkshop/anuraOS.git
synced 2025-09-04 17:19:24 +00:00
update epoxy
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
* @type {import("prettier").Config}
|
* @type {import("prettier").Config}
|
||||||
*/
|
*/
|
||||||
const config = {
|
const config = {
|
||||||
tabWidth: 4,
|
trailingComma: "all",
|
||||||
trailingComma: "all",
|
useTabs: true,
|
||||||
semi: true,
|
semi: true,
|
||||||
singleQuote: false,
|
singleQuote: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
@@ -41,6 +41,7 @@ Anura shows as more of a proof-of-concept with what's possible on the modern web
|
|||||||
- `wasm-opt`
|
- `wasm-opt`
|
||||||
- `make`
|
- `make`
|
||||||
- `gcc` (`gcc-multilib` on Debian and Ubuntu x86_64)
|
- `gcc` (`gcc-multilib` on Debian and Ubuntu x86_64)
|
||||||
|
- 32 bit version of `glibc` (needed for building rootfs, `lib32-glibc` on Arch Linux)
|
||||||
- `clang`
|
- `clang`
|
||||||
- `uuid-runtime`
|
- `uuid-runtime`
|
||||||
- `jq`
|
- `jq`
|
||||||
|
Submodule x86_image_wizard/epoxy updated: b6ba44eaa3...194ad4e5c8
Reference in New Issue
Block a user