Commit to scraper_framework branch
- changing framework from Soup to Scraper - removed ncurses library. Will use different library instead.
This commit is contained in:
parent
65b7e5ecc0
commit
fd9ce23a96
@ -1,16 +0,0 @@
|
||||
/*
|
||||
Program: Bibliofile
|
||||
Language: Rustc 1.69.0
|
||||
ide: CLion
|
||||
Operating system: Fedora 38/WSL
|
||||
Purpose: This module is meant to render the book text within ncurses.
|
||||
Last edited: 5/20/23
|
||||
*/
|
||||
|
||||
|
||||
use ncurses;
|
||||
|
||||
pub fn main() {
|
||||
|
||||
println!("If you can read this, you are in the ncurses_module");
|
||||
}
|
Loading…
Reference in New Issue
Block a user