mirror of
https://github.com/xzeldon/rdr2_screenshot_converter.git
synced 2025-07-15 19:14:40 +03:00
refactor: refactoring code, separate crates
preparing to create a GUI
This commit is contained in:
8
gui/Cargo.toml
Normal file
8
gui/Cargo.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "gui"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
3
gui/README.md
Normal file
3
gui/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Gui
|
||||
|
||||
(WIP)
|
3
gui/src/main.rs
Normal file
3
gui/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user