shed local vendors: stb + kb_text_shape + file_utils now ship with sx
The local vendors/ copies existed because the old modules/ffi/stb*.sx resolved C paths CWD-relative, forcing every consumer to carry identically-named copies. sx now ships these as proper library vendors (#import "vendors/<name>/<name>.sx"), so the copies and the retired ffi module imports both go. Verified: sx build --target ios-sim bundles M3te.app; tools/run_tests.sh 23/23.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
// never hits this — its loops run over 64 board cells, not millions of pixels.
|
||||
#import "modules/std.sx";
|
||||
#import "modules/math";
|
||||
#import "modules/ffi/stb.sx";
|
||||
#import "vendors/stb_image/stb_image.sx";
|
||||
|
||||
SRC_PATH :: "/Users/agra/Downloads/m3te_particle.png";
|
||||
OUT_PATH :: "assets/fx/particle.png";
|
||||
|
||||
Reference in New Issue
Block a user