fix build
This commit is contained in:
parent
0d7ba9a3d1
commit
02165b7743
18
Cargo.lock
generated
18
Cargo.lock
generated
@ -22,15 +22,6 @@ dependencies = [
|
||||
"x11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hello-rust"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"device_query",
|
||||
"substring",
|
||||
"text_io",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "input-event-codes"
|
||||
version = "0.2.2"
|
||||
@ -76,6 +67,15 @@ version = "0.1.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d5f0c8eb2ad70c12a6a69508f499b3051c924f4b1cfeae85bfad96e6bc5bba46"
|
||||
|
||||
[[package]]
|
||||
name = "text_scroller-rs"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"device_query",
|
||||
"substring",
|
||||
"text_io",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "winapi"
|
||||
version = "0.3.9"
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "text_scroller"
|
||||
name = "text_scroller-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
device_query = "0.2.0"
|
||||
|
9
Cargo.toml~
Normal file
9
Cargo.toml~
Normal file
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "text_scroller"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
device_query = "0.2.0"
|
||||
substring = "1.4.5"
|
||||
text_io = "0.1.12"
|
Loading…
Reference in New Issue
Block a user