Move project from Projects
to Grzegorz
This commit is contained in:
parent
04726d1ce0
commit
29ae3d7482
@ -16,7 +16,7 @@ clap-verbosity-flag = "2.2.2"
|
|||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
futures = "0.3.31"
|
futures = "0.3.31"
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
mpvipc-async = { git = "https://git.pvv.ntnu.no/Projects/mpvipc-async.git", rev = "v0.1.0" }
|
mpvipc-async = { git = "https://git.pvv.ntnu.no/Grzegorz/mpvipc-async.git", rev = "v0.1.0" }
|
||||||
sd-notify = "0.4.3"
|
sd-notify = "0.4.3"
|
||||||
serde = { version = "1.0.188", features = ["derive"] }
|
serde = { version = "1.0.188", features = ["derive"] }
|
||||||
serde_json = "1.0.105"
|
serde_json = "1.0.105"
|
||||||
|
@ -6,13 +6,13 @@ New implementation of https://github.com/Programvareverkstedet/grzegorz
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# NixOS
|
# NixOS
|
||||||
nix run "git+https://git.pvv.ntnu.no/Projects/greg-ng#" -- --mpv-socket-path /tmp/mpv.sock
|
nix run "git+https://git.pvv.ntnu.no/Grzegorz/greg-ng#" -- --mpv-socket-path /tmp/mpv.sock
|
||||||
|
|
||||||
# Other (after git clone and rust toolchain has been set up)
|
# Other (after git clone and rust toolchain has been set up)
|
||||||
cargo run -- --mpv-socket-path /tmp/mpv.sock
|
cargo run -- --mpv-socket-path /tmp/mpv.sock
|
||||||
```
|
```
|
||||||
|
|
||||||
See also https://git.pvv.ntnu.no/Projects/grzegorz-clients for frontend alternatives
|
See also https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients for frontend alternatives
|
||||||
|
|
||||||
## Debugging
|
## Debugging
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user