Merge branch 'enable-rustpython' into 'master'

Enable rustpython

See merge request redox-os/redox!1611
This commit is contained in:
Jeremy Soller 2025-07-10 14:16:03 -06:00
commit e587acf4df
3 changed files with 2 additions and 3 deletions

View File

@ -12,4 +12,3 @@ include = ["../desktop.toml"]
# Package settings
[packages]
# example = {}
rustpython = "ignore" # not tested

View File

@ -21,7 +21,7 @@ orbdata = {}
orbital = {}
orbutils = {}
pop-icon-theme = {}
#rustpython = {} # not compiling with our rust version
rustpython = {}
shared-mime-info = {}
patchelf = {}

View File

@ -170,7 +170,7 @@ rs-nes = {}
rust64 = {}
#rust-cairo = {} # linking errors
#rust-cairo-demo = {} # linking errors
#rustpython = {} # undefined constants S_IWRITE and S_IEXEC (upstream should be fixed)
rustpython = {}
rustual-boy = {}
#schismtracker = {} # uses system includes
scummvm = {}