mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 05:28:43 +08:00
Compare commits
3 Commits
8fc7bbe02b
...
237342a54b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
237342a54b | ||
|
|
4c8267ee47 | ||
|
|
1912a1ed19 |
@ -9,6 +9,8 @@ filesystem_size = 4000
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
rustpython = "ignore" # https://github.com/Alexhuszagh/rust-lexical/issues/218
|
||||
|
||||
# apps
|
||||
cosmic-text = {}
|
||||
pixelcannon = {}
|
||||
|
||||
@ -14,10 +14,10 @@ filesystem_size = 8192
|
||||
cosmic-player = {}
|
||||
cosmic-reader = {}
|
||||
#cosmic-settings = {} # requires recvmsg/sendmsg
|
||||
cosmic-store = {}
|
||||
#cosmic-store = {} # requires recvmsg/sendmsg
|
||||
cosmic-term = {}
|
||||
cosmic-text = {}
|
||||
qemu = {}
|
||||
#qemu = {} # not building
|
||||
schismtracker = {}
|
||||
|
||||
# cli
|
||||
@ -56,13 +56,14 @@ winit = {}
|
||||
autoconf = {}
|
||||
automake = {}
|
||||
cargo = {}
|
||||
cookbook = {}
|
||||
gcc13 = {}
|
||||
gnu-binutils = {}
|
||||
gnu-make = {}
|
||||
nasm = {}
|
||||
patch = {}
|
||||
pkg-config = {}
|
||||
#rust = {}
|
||||
rust = {}
|
||||
#rustpython = {}
|
||||
|
||||
# games
|
||||
@ -71,7 +72,7 @@ eduke32 = {}
|
||||
flycast = {}
|
||||
freeciv = {}
|
||||
gigalomania = {}
|
||||
love = {}
|
||||
#love = {} # not building
|
||||
mednafen = {}
|
||||
mgba = {}
|
||||
openjazz = {}
|
||||
@ -86,8 +87,8 @@ rs-nes = {} # need game for testing
|
||||
rust64 = {} # need roms
|
||||
rustual-boy = {} # need game for testing
|
||||
scummvm = {} # need game for testing
|
||||
sm64ex = {}
|
||||
spacecadetpinball = {}
|
||||
#sm64ex = {} # not building
|
||||
#spacecadetpinball = {} # not building
|
||||
#syobonaction = {}
|
||||
#vice = {} # broken on new toolchain
|
||||
#vvvvvv = {} # cannot find -lgcc_s
|
||||
|
||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit ad5c9523350ae3640acf9fb80a1d37ac05a3c893
|
||||
Subproject commit 1816f94f9805a35a9a7085aa52e46635cfbe638c
|
||||
2
relibc
2
relibc
@ -1 +1 @@
|
||||
Subproject commit 2f0d5eb970337f595128505d1435a1086f998600
|
||||
Subproject commit 9fa3eceaebd97986d23b3dc20b8be027577600f0
|
||||
2
rust
2
rust
@ -1 +1 @@
|
||||
Subproject commit 675042b53266e5fb2e1933355782f098c5406e3a
|
||||
Subproject commit 22a51d1af8939897d8142a8d2b54d2611ce031cd
|
||||
Loading…
Reference in New Issue
Block a user