fix small issues and generally make things better
This commit is contained in:
		
							parent
							
								
									8035172bdb
								
							
						
					
					
						commit
						fce510604e
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,10 +1,10 @@
 | 
				
			||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "ofw"
 | 
					name = "ofw"
 | 
				
			||||||
description = "basic interfacing with OpenFirmware (former IEEE standard 1275)"
 | 
					description = "basic interfacing with OpenFirmware (former IEEE standard 1275)"
 | 
				
			||||||
version = "0.3.0"
 | 
					version = "0.3.1"
 | 
				
			||||||
edition = "2021"
 | 
					edition = "2021"
 | 
				
			||||||
authors = ["Niko Chow-Stuart <nikocs@voremicrocomputers.com>"]
 | 
					authors = ["Niko Chow-Stuart <nikocs@voremicrocomputers.com>"]
 | 
				
			||||||
repository = "https://git.gaycatgirl.sex/voremicrocomputers/vap_os/ofw"
 | 
					repository = "https://git.voremicrocomputers.com/voremicrocomputers/vap/ofw/ofw"
 | 
				
			||||||
license = "Apache-2.0"
 | 
					license = "Apache-2.0"
 | 
				
			||||||
categories = ["api-bindings", "embedded", "hardware-support", "no-std", "no-std::no-alloc"]
 | 
					categories = ["api-bindings", "embedded", "hardware-support", "no-std", "no-std::no-alloc"]
 | 
				
			||||||
keywords = ["ieee1275", "openfirmware", "forth", "powerpc"]
 | 
					keywords = ["ieee1275", "openfirmware", "forth", "powerpc"]
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
use crate::arch::EntryFunction;
 | 
					use crate::arch::EntryFunction;
 | 
				
			||||||
use crate::{Args, call, call_method, IHandle, ntstr, ofw_call, OFW_FALSE, OFW_TRUE};
 | 
					use crate::{Args, call, call_method, IHandle, ntstr, OFW_FALSE, OFW_TRUE};
 | 
				
			||||||
use crate::cell_conv::DoubleWord;
 | 
					use crate::cell_conv::DoubleWord;
 | 
				
			||||||
use crate::ntstr::NTSTR;
 | 
					use crate::ntstr::NTSTR;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue