20 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "glyphon"
 | 
						|
description = "Fast, simple 2D text rendering for wgpu"
 | 
						|
version = "0.5.0"
 | 
						|
edition = "2021"
 | 
						|
homepage = "https://github.com/grovesNL/glyphon.git"
 | 
						|
repository = "https://github.com/grovesNL/glyphon"
 | 
						|
license = "MIT OR Apache-2.0 OR Zlib"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
wgpu = { version = "22", default-features = false, features = ["wgsl"] }
 | 
						|
etagere = "0.2.10"
 | 
						|
cosmic-text = "0.12"
 | 
						|
lru = { version = "0.12.1", default-features = false }
 | 
						|
rustc-hash = "2.0"
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
winit = "0.30.3"
 | 
						|
wgpu = "22"
 | 
						|
pollster = "0.3.0"
 |