mirror of
				https://codeberg.org/waydeer/layer-shika.git
				synced 2025-11-04 10:44:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			670 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			670 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "layer-shika-adapters"
 | 
						|
version.workspace = true
 | 
						|
edition.workspace = true
 | 
						|
license.workspace = true
 | 
						|
repository.workspace = true
 | 
						|
rust-version.workspace = true
 | 
						|
keywords.workspace = true
 | 
						|
categories.workspace = true
 | 
						|
description = "Adapters layer for layer-shika"
 | 
						|
readme = "../README.md"
 | 
						|
 | 
						|
[lints]
 | 
						|
workspace = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
glutin.workspace = true
 | 
						|
layer-shika-domain.workspace = true
 | 
						|
log.workspace = true
 | 
						|
raw-window-handle.workspace = true
 | 
						|
slab.workspace = true
 | 
						|
slint.workspace = true
 | 
						|
slint-interpreter.workspace = true
 | 
						|
smithay-client-toolkit.workspace = true
 | 
						|
thiserror.workspace = true
 | 
						|
wayland-client.workspace = true
 | 
						|
wayland-protocols.workspace = true
 |