Enable cargo and rust in jeremy config
This commit is contained in:
parent
bf74325ace
commit
f0a95ad303
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue