mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-03 18:39:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			TOML
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			TOML
		
	
	
		
			Executable file
		
	
	
	
	
[package]
 | 
						|
name = "ukendio/jecs"
 | 
						|
version = "0.9.0"
 | 
						|
registry = "https://github.com/UpliftGames/wally-index"
 | 
						|
realm = "shared"
 | 
						|
license = "MIT"
 | 
						|
include = [
 | 
						|
	"default.project.json",
 | 
						|
	"jecs.luau",
 | 
						|
	"wally.toml",
 | 
						|
	"README.md",
 | 
						|
	"CHANGELOG.md",
 | 
						|
	"LICENSE",
 | 
						|
]
 | 
						|
exclude = ["**"]
 |