From f0a95ad303a090a6847776ff1bee7aef865249bf Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 2 Apr 2024 08:35:21 -0600 Subject: [PATCH] Enable cargo and rust in jeremy config --- config/x86_64/jeremy.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/x86_64/jeremy.toml b/config/x86_64/jeremy.toml index 50a2cf1..66364b1 100644 --- a/config/x86_64/jeremy.toml +++ b/config/x86_64/jeremy.toml @@ -60,14 +60,14 @@ winit = {} # dev autoconf = {} automake = {} -#cargo = {} # openssl issues -#gcc13 = {} # libiberty errors +cargo = {} +gcc13 = {} gnu-binutils = {} gnu-make = {} nasm = {} patch = {} pkg-config = {} -#rust = {} # takes too long to compile +rust = {} rustpython = {} # games