Enable cargo and rust in jeremy config

This commit is contained in:
Jeremy Soller 2024-04-02 08:35:21 -06:00
parent bf74325ace
commit f0a95ad303
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -60,14 +60,14 @@ winit = {}
# dev # dev
autoconf = {} autoconf = {}
automake = {} automake = {}
#cargo = {} # openssl issues cargo = {}
#gcc13 = {} # libiberty errors gcc13 = {}
gnu-binutils = {} gnu-binutils = {}
gnu-make = {} gnu-make = {}
nasm = {} nasm = {}
patch = {} patch = {}
pkg-config = {} pkg-config = {}
#rust = {} # takes too long to compile rust = {}
rustpython = {} rustpython = {}
# games # games