rename to servicepoint, new dir structure, WIP build.rs
This commit is contained in:
		
							parent
							
								
									e9dc4b59d2
								
							
						
					
					
						commit
						f2d98af532
					
				
					 61 changed files with 751 additions and 140 deletions
				
			
		| 
						 | 
				
			
			@ -5,7 +5,7 @@ edition = "2021"
 | 
			
		|||
publish = false
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
servicepoint2 = { path = "../../servicepoint2" }
 | 
			
		||||
servicepoint = { path = "../../crates/servicepoint" }
 | 
			
		||||
clap = { version = "4.5", features = ["derive"] }
 | 
			
		||||
env_logger = "0.11"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,8 +3,8 @@ use std::time::Duration;
 | 
			
		|||
use clap::Parser;
 | 
			
		||||
use rand::Rng;
 | 
			
		||||
 | 
			
		||||
use servicepoint2::Command::{BitmapLinearWin, Brightness, CharBrightness};
 | 
			
		||||
use servicepoint2::*;
 | 
			
		||||
use servicepoint::Command::{BitmapLinearWin, Brightness, CharBrightness};
 | 
			
		||||
use servicepoint::*;
 | 
			
		||||
 | 
			
		||||
#[derive(Parser, Debug)]
 | 
			
		||||
struct Cli {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue