initialize cursor-mover-app
This commit is contained in:
parent
e8c6549858
commit
a12b10b4bc
6 changed files with 180 additions and 28 deletions
16
crates/cursor-mover-app/Cargo.toml
Normal file
16
crates/cursor-mover-app/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "cursor-mover-app"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "EUPL-1.2"
|
||||
description = "A web-application that lets you remotely control your cursor."
|
||||
repository = "https://forgejo.monalith.xyz/Nionidh/cursor-mover-app"
|
||||
keywords = ["web", "application", "cursor", "control"]
|
||||
categories = ["web-programming"]
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
wayland-client = "0.31.12"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
1
crates/cursor-mover-app/README.md
Normal file
1
crates/cursor-mover-app/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
The main application
|
||||
3
crates/cursor-mover-app/src/main.rs
Normal file
3
crates/cursor-mover-app/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue