File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " nothing-linux-ui"
3- version = " 0.0.0 "
3+ version = " 0.0.1 "
44edition = " 2021"
5+ authors = [" sn99" ]
56
67# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78[dependencies ]
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ So I made this simple app for Ear (2) for linux.
1818
1919You can find the latest rpm, deb or appimage in the [ Releases] ( https://github.com/sn99/nothing-linux/releases ) page.
2020
21+ Note: The app assumes you are connected to the bluetooth device already, not doing so will cause the app to crash.
22+
2123## Architecture
2224
2325It is made using:
Original file line number Diff line number Diff line change 22name = " nothing"
33version = " 0.1.0"
44edition = " 2021"
5+ authors = [" sn99" ]
56
67[dependencies ]
78tokio = " 1.39.2"
Original file line number Diff line number Diff line change 11[package ]
22name = " nothing-linux"
3- version = " 0.0.0 "
4- description = " A Tauri App "
5- authors = [" you " ]
3+ version = " 0.0.1 "
4+ description = " nothing-linux "
5+ authors = [" sn99 " ]
66edition = " 2021"
77
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11{
22 "productName" : " nothing-linux" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "identifier" : " com.nothing.linux" ,
55 "build" : {
66 "beforeDevCommand" : " trunk serve" ,
You can’t perform that action at this time.
0 commit comments