mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-31 11:17:01 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from build.c import clibrary
 | |
| 
 | |
| clibrary(
 | |
|     name="stb",
 | |
|     srcs=["./stb_image_write.c"],
 | |
|     hdrs={"stb_image_write.h": "./stb_image_write.h"},
 | |
| )
 |